Main documentation site. Written in markdown, built with MkDocs
In a python venv:
pip install -r requirements.txt
mkdocs serve
And visit http://localhost:8000 in your favourite browser.
Add markdown files in the docs/ folder.
To add this file in the main table of contents, add it in
the nav section of the mkdocs.yml file.
mkdocs build
And serve the site/ folder with your favourite web server.