π documentation repository for gaia
We use mkdocs to build the documentation as a static website, from markdown files. The theme used is mkdocs-material.
See mkdocs-material documentation for installation instruction.
pip3 install mkdocs-material
mkdocs serve
docker run --rm -it -p 8000:8000 -v $(pwd):/docs squidfunk/mkdocs-material
mkdocs gh-deploy --force