Why it exists
We provide a docs-focused application that proves CMS-managed content can be turned into a polished documentation site without rebuilding the rendering layer.
Use this when
- hosting product documentation on top of CMS content
- rendering markdown-heavy documents
- building sidebar and search-driven docs navigation
What it includes
- docs-template Next.js app
- CMS-backed catch-all route rendering
- docs markdown boundary
- docs-specific navbar, sidebar, and content components
- language-aware post and category loading
Core workflow
- Configure the docs app with CMS environment variables.
- Render docs routes through
cms-renderer. - Fetch category and post documents from CMS schemas.
- Render markdown content with docs-specific components.
- Layer richer navigation and search on top.
System surfaces
- docs app route layer
- docs UI component layer
- docs CMS data and URL helpers