Get started

Quickstart

Experimentalv0.4.0-rc
Version links
Currentv0.4.0-rcChangelogv0.4.0-rc

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 structure
order: 3
section: Get started
status: experimental
version: 0.4.0-rcpager: 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