Our own mkdocs template, based on the material design
To see the docs go here.
The high-level is:
- Import the flake
- Use the default package as a mkdocs server in your devshell
- Use
INHERIT: !ENV MKDOCS_NUMTIDE_THEME
in the mkdocs.yml - Call
mkdocs-numtide.lib.${system}.mkDocs { name, src }
to build the docs. - Copy the
./.github/workflows/gh-pages.yml
to the repo to publish the docs to github pages. - Configure the repo to publish the
gh-pages
branch to GitHub pages.