Content

Content Workflow

Recommended file structure and frontmatter fields for the shared docs tree.

Content 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 slug values lowercase.
  • Give each page one clear purpose.
  • Keep description to one sentence.
  • Update updatedAt when the page changes materially.