Get started

Project structure

Experimentalv0.2.0-beta

The docs system focuses on content, build, and presentation. The directory hierarchy is the information architecture.

Suggested structure

  • content/: MDX content source of truth
  • app/: Next.js App Router
  • components/: docs UI components
  • lib/: 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.