Skip to content

Building the Docs

We use MKDocs for our documentation. To build and view the docs locally

  1. Check you've installed the relevant dependancies:
uv pip install -r requirements.txt
  1. Run the mkdocs command
mkdocs serve
  1. Navigate to http://localhost:8000 and view the docs!