Get to the documentation of the Chaos Hub.
This project is based on MkDocs, a Python documentation generator based on Markdown.
To get started, install Python 3 on your machine, a virtual environment and install the dependencies using pip as follows:
$ pip install -r requirements.txt
Finally you can start a local server to view the docs:
$ mkdocs serve
If you wish to contribute to this documentation, please submit a PR with your changes for review.