The documentation is written in MarkDown and uses the MkDocs framework.
There are currently two ways to run MkDocs locally to preview changes in real-time.
Requirements:*
- Python 3.x
- pipenv
$ pipenv install
$ pipenv shell
$ mkdocs serve
$ docker-compose up