This site is built using Material for MkDocs.
- Install python 3
- Create a virtual-env:
python -m venv virtual-env
source virtual-env/bin/activatepip install -r requirements.txtmkdocs serve
- Create a new Markdown file in the
/docs/modulesdirectory - Add a new route in the
mkdocs.ymlfile, under thenav:section. - To add pictures, add the image to
./docs/overrides/assets/modules/<IMAGE>.png
- Merge changes into
master - Run
mkdocs gh-deploy --forceto push the changes to thegh-pagesbranch on github.com - Commit the resulting changes into
master