Page Templates
Copy one of these and keep moving
Section titled “Copy one of these and keep moving”These are defaults, not rules. Use the smallest shape that helps you make progress.
---title: Topic Namedescription: One sentence saying what the reader will learn here.---
## Why this matters
Explain the concept in plain language.
## Current model
- state the main idea- name the key actors- note the important tradeoffs
## What to fill in next
- open questions- missing examples- links to related pages---title: Runbook Namedescription: The repeatable task this page helps someone complete.tableOfContents: false---
## Preconditions
- what must be true before starting
## Steps
1. Do the first action.2. Verify the result.3. Continue only if the check passes.
## Rollback
- how to undo the change safely
## Notes
- links to dashboards, logs, or related pages---title: Reference Topicdescription: A terse lookup page for a stable concept or structure.---
## Definition
Short, direct explanation.
## Fields or parts
- `field_one`: what it means- `field_two`: when to use it
## Gotchas
- short facts with little narrative---title: MDX Topicdescription: Use MDX when components make the page easier to scan.---
import { Card, CardGrid, Steps } from '@astrojs/starlight/components';
## Overview
<CardGrid> <Card title="Why MDX here"> Components help when structure matters more than a long prose block. </Card></CardGrid>
## Procedure
<Steps>
1. Explain the first action.2. Explain the validation step.
</Steps>Frontmatter fields worth learning first
Section titled “Frontmatter fields worth learning first”title: required page titledescription: short summary for readers and metadatatemplate: usesplashfor wide landing pages, otherwise leave the defaultdoctableOfContents: useful to disable on checklists and short runbookseditUrl: set tofalsewhen a page should not show an edit linksidebar.badge: handy for labels likenew,draft, orstub
Open the component showcase