Documentation is built using mkdocs and uses Material for MKDocs theme
Requirements: Python and PIP or Docker
pip install mkdocs
pip install mkdocs-material
View live changes locally at http://localhost:8000
mkdocs serve
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material