Documentation

First Steps

Use this page as the first real docs article for your project.

This docs section is powered by files in src/data/docs/.

Add a new page

Create a new .md file anywhere under the docs folder.

Examples:

  • src/data/docs/getting-started/installing.md
  • src/data/docs/reference/api-shape.md

Control the sidebar

The sidebar follows folder structure by default. For sibling pages, use the order frontmatter field when you need explicit sorting.

Edit locally

Open http://127.0.0.1:4321/keystatic while bun run dev is running and edit the docs there, or work directly in VS Code.