The following is a collection of documentation I have written for quick reference. Any queries or suggestions feel free to open an issue.
The project is based on mkdocs using the Material theme.
Google Analytics is enabled for traffic monitoring.
pip install mkdocs
cd docs (where you have the repo cloned locally)
mkdocs serve
The site is hosted on Github Pages. To deploy run:
mkdocs gh-deploy