Get started

Quickstart

Experimentalv0.2.0-beta

This page walks you through the content tree, route generation, and component registration.

1. Directory structure

code
content/  get-started/    quickstart.mdx  core-concepts/    navigation.mdx

2. Add a page

mdx
---title: Project structureorder: 3section: Get startedstatus: experimentalversion: 0.2.0-betapager: true---# Project structure
Required fields

Every page must include title, order, and section. status, version, and tags are optional fields for status and label bubbles.

3. Diff example

v0.8v0.9
navStrategy: "manual"

Manually maintain the sidebar.

navStrategy: "filesystem"

Navigation is generated from the directory structure.

Next steps