We use Material for MkDocs for our documentation. See https://squidfunk.github.io/mkdocs-material/getting-started/.
- Python3
- pip
pip3 install mkdocs
pip3 install mkdocs-material
pip3 install mkdocs-git-revision-date-localized-plugin
pip3 install mkdocs-redirects
mkdocs build
mkdocs serve
The documentation is built and deployed automatically by GitHub Actions. But if you need to deploy manually, run the following command:
mkdocs gh-deploy