Quantify Docs
This site is set up to keep documentation in the repository, build static HTML in CI, and deploy the generated output to any static host.
The left navigation is driven by folders under src/content/docs, so adding a new section is usually just a matter of creating a new folder and adding Markdown files inside it.
Start here
Section titled “Start here”- Read Getting Started for local development and writing flow.
- Read Concepts for the content and navigation model.
- Read Deployment for static build and hosting guidance.
- Read Reference for page conventions and frontmatter examples.
What this starter proves
Section titled “What this starter proves”- Markdown lives in the repo.
- The site builds to static files in
docs-site/dist. - Navigation is organized by folders, not a hand-maintained tree for every page.
- Deployment can target GitHub Pages, Netlify, Azure Static Web Apps, Cloudflare Pages, or any CDN-backed static host.