Skip to Content
Getting started

Getting started

Run the site

From the project directory, run:

npm run dev

Add a page

Create content/about.mdx with this content:

--- title: About description: Learn about this project. --- # About Write your documentation here.

The page will be available at /about.

Organize navigation

Add about: "About" to content/_meta.js to choose its position and label. Use subfolders for nested routes and give each folder its own _meta.js.

Continue with the writing examples.

Last updated on