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_THEMEin the mkdocs.yml - Call
mkdocs-numtide.lib.${system}.mkDocs { name, src }to build the docs. - Copy the
./.github/workflows/gh-pages.ymlto the repo to publish the docs to github pages. - Configure the repo to publish the
gh-pagesbranch to GitHub pages.