The documentation site for Minder, built with MkDocs Material.
pip install -r requirements.txt
mkdocs serve # live preview at http://127.0.0.1:8000
mkdocs build --strictContent lives in docs/. The nav is defined in mkdocs.yml. CI builds --strict
on every PR and deploys main to GitHub Pages.
Covers self-hosting, day-to-day use, operations, the HTTP API, the CLI, and the plugin ecosystem. Architecture decision records live in the private
minderhq/adrsrepo, not here.