Building the Docs
We use MKDocs for our documentation. To build and view the docs locally
- Check you've installed the relevant dependancies:
uv pip install -r requirements.txt
- Run the
mkdocscommand
mkdocs serve
- Navigate to http://localhost:8000 and view the docs!