This site is built using Material for MkDocs.
python -m venv virtual-env
source virtual-env/bin/activate
pip install -r requirements.txt
mkdocs serve
/docs/modules
directorymkdocs.yml
file, under the nav:
section../docs/overrides/assets/modules/<IMAGE>.png
master
mkdocs gh-deploy --force
to push the changes to the gh-pages
branch on github.commaster