- Make sure you are in the root of the server project and setup a virtual environment there.
- Install mkdocs
- Install required mkdocs extensions
- Start the server
- Browse to http://127.0.0.1:8000
cd hashtopolis
virtualenv venv
source venv/bin/activate
pip3 install mkdocs
pip3 install $(mkdocs get-deps)
mkdocs serveWhen testing the API reference you need to retrieve the openapi.json file from the Hashtopolis server (e.g. via `http://localhost:8080/api/v2/openapi.json) and place it inside this folder.