Documentation
The docs are built with MkDocs Material and deployed to GitHub Pages automatically on push to main.
Prerequisites
Local preview
uvx --with mkdocs-material mkdocs serve
Then open http://localhost:8000. Changes to Markdown files are reflected live.
Build
uvx --with mkdocs-material mkdocs build
Output is written to site/.