Get started
Project structure
The docs system focuses on content, build, and presentation. The directory hierarchy is the information architecture.
Suggested structure
content/: MDX content source of truthapp/: Next.js App Routercomponents/: docs UI componentslib/: parsing, navigation, TOC, and validation logic
Avoid clutter
Do not add prototype/ or temporary static site folders. All implementation should live in the real directories.