The documentation is written using MkDocs and hosted on GitHub Pages. It also uses Material for MkDocs for the general theming of the docs site.
-
To edit the documentation it you'll need Python
-
Install mkdocs-material with:
pip install mkdocs-material
-
Running the documentation locally
> mkdocs serve
-
The documentation automatically builds and deploys to GitHub Pages when you push to the main branch.