This is a docs website built with mkdocs and mkdocs-material.
- Create a python 3 venv, activate it, and install requirements.txt
- To build the site to HTML files, run
$ mkdocs build
- Or, to serve the current site, watching for changes, run
$ mkdocs serve