Docs Site Reference

Project documentation is authored in Markdown under docs/ and built as a static Quartz site.

Core Files

docs/index.md                site entrypoint
docs/changelog.d/            Towncrier fragments
docs/quartz.config.ts        Quartz site configuration
docs/quartz.layout.ts        Quartz page layout configuration

Build Summary

  • Dagger builds the docs release artifact
  • Quartz renders the Markdown source tree
  • CHANGELOG.md is copied into the docs input at build time
  • docs-preview serves a released tarball locally
  • baseUrl is still a placeholder and should be updated before public deployment

Follow-On Docs