Contributing

Build or serve the docs locally

Install MkDocs if you have not already:

python -m pip install mkdocs

Then from the project root:

# Build static site into ./site
.venv/bin/mkdocs build

# Serve with live reload at http://127.0.0.1:8000
.venv/bin/mkdocs serve