An open API service indexing awesome lists of open source software.

https://github.com/numtide/mkdocs-numtide

Our own mkdocs template, based on the material design
https://github.com/numtide/mkdocs-numtide

Last synced: about 1 year ago
JSON representation

Our own mkdocs template, based on the material design

Awesome Lists containing this project

README

          

# mkdocs-numtide

Our own mkdocs template, based on the material design

## Demo

To see the docs go
here.

## Usage

The high-level is:

1. Import the flake
2. Use the default package as a mkdocs server in your devshell
3. Use `INHERIT: !ENV MKDOCS_NUMTIDE_THEME` in the mkdocs.yml
4. Call `mkdocs-numtide.lib.${system}.mkDocs { name, src }` to build the docs.
5. Copy the `./.github/workflows/gh-pages.yml` to the repo to publish the
docs to github pages.
6. Configure the repo to publish the `gh-pages` branch to GitHub pages.