Guide Template
Template for how-to guides — task-oriented documentation that walks the reader through completing a specific goal.
Scaffold this template with ciderpress draft --type guide.
Rules
- H1 starts with a verb (Add, Create, Set Up, Run, Debug, Write, Configure, Deploy)
- One-liner immediately after H1 — what the reader will accomplish
- One goal per guide — if you're covering two tasks, split into two docs
- Steps are numbered H3 headings under a
## Stepsparent - Include a Prerequisites section before Steps
- Include a Verification section after Steps — how to confirm success
- Each step should be a single discrete action — if a step has sub-parts, use a numbered list inside the step
- Include a Troubleshooting section when there are known failure modes
- End with a References section linking to related docs
- Code examples use the exact commands or code the reader should run
- No conceptual explanations — link to concept docs
- No API signatures or field tables — link to reference docs
Structure
Template
References
- Types — the seven doc types
- Diataxis — How-To Guides — framework reference