Content
Content Workflow
Recommended file structure and frontmatter fields for the shared docs tree.
Updated: 2026-03-23Content Workflow
Each document is stored as a Markdown file with frontmatter.
title: Page title
navigationTitle: Sidebar title
description: Short summary
category: Section name
updatedAt: 2026-03-23
Example tree
content/docs/
guide/
getting-started.md
content-workflow.md
deployment.md
Recommendations
- Keep
slugvalues lowercase. - Give each page one clear purpose.
- Keep
descriptionto one sentence. - Update
updatedAtwhen the page changes materially.