You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📝 **MDX/MD Support** — Write documentation in Markdown with React components and custom MDX components.
23
+
- 🎨 **Beautiful UI** — Pre-built components (Command K, code blocks, table-of-contents, sidebar) so docs look polished out of the box.
24
+
- 📚 **Versioning** — Produce versioned documentation (e.g. `v1.0.0/`) via the generator so you can publish releases side-by-side.
25
+
- 🔁 **Automated Docs Generation** — `scripts/generate-docs.ts` automates building `generated-docs/` and writes `app/utils/versions.ts`. Example:
26
+
27
+
```bash
28
+
pnpm run generate:docs --branch main --versions "^1.0.0"
29
+
```
30
+
31
+
- 🧭 **Local Development Experience** — Fast iteration using the auto-generated `.content-collections/` folder for hot reloading; run the generator when you want to preview versioned outputs locally.
32
+
- 🔍 **SEO & Indexing** — Automatic sitemap, `robots.txt` and `llms.txt` support to improve search and crawler behavior.
33
+
- ⚡ **Live Reload** — Hot module replacement during development for instant previews when editing content.
34
+
- 🚀 **CI/CD Ready** — Example GitHub Actions workflows are included to build, pack, and publish `generated-docs/` artifacts for preview and release deployments.
35
+
- 🐳 **Docker + Fly Deployment** — Includes `Dockerfile` and `fly.toml` so you can containerize and deploy the generated site easily.
36
+
- ✅ **Type-safe & Tested** — Built with TypeScript, includes `tsc` type checks, `vitest` tests, and Biome linting to keep quality high.
37
+
- ♿ **Accessibility & Performance Focused** — UI primitives and tooling tuned for accessibility and fast page loads.
38
+
- 🔗 **GitHub Links** — Edit page and report issue links are built into pages to streamline contribution.
0 commit comments