Reference
FAQ
Common questions about running this docs site.
Can I write raw markdown files instead?
Not out of the box — content is typed TypeScript by design, so the build catches structural mistakes and the renderer stays dependency-free. The block model is close enough to markdown that porting content is mostly mechanical.
How do I change the product name?
Edit SITE at the top of lib/docs-content.ts — the header, home page, and page titles all read from it.
Is there search?
No — this template keeps the static site honest and small. The sidebar plus browser find-in-page covers small doc sets well; a client-side search index is a natural later addition.