These docs are written in Markdown and built into a static site with MkDocs. The published build lives at docs.polyhammer.com, aggregated from the docs mono repo:
github.com/poly-hammer/poly-hammer-docs
Preview Locally
Use the Mkdocs: Serve VS Code task, or run:
uv run mkdocs serve --dev-addr localhost:8080 --livereload --open
The site is then available at http://localhost:8080.