Skip to content
prod e051e98
Browse

Handbook hub template

  • Shelf: learn/handbooks/<topic>/index.mdx
  • kind: handbook (collection hub — not a chapter)
  • Diátaxis mode: explanation (orients before deep chapters)
  • Readers served: readers choosing which chapter to read; agents routing to the right concept page
  • Handbooks are explanation collections — hub orients the mental model before chapters (Diátaxis explanation).
  • Map or diagram first — relationship between chapters warrants a visual (warrant test).
  • CardGrid for chapter entry — scannable navigation beats prose lists (NN/g scanning).
  • Reading order table — optional numbered path for beginners without forcing linear read.
  • No step checklists on hub — verification belongs in playbooks, not handbook hubs.
---
title: "<Handbook title>"
description: One sentence — what mental model this handbook builds.
kind: handbook
status: current
tags: [handbook, topic]
---
import { CardGrid, LinkCard } from '@astrojs/starlight/components';
<p class="eyebrow">Handbook · &lt;topic&gt;</p>
&lt;Outcome paragraph — who this handbook is for.&gt;
## Map
\`\`\`mermaid
flowchart LR
\`\`\`
## Chapters
<CardGrid>
<LinkCard title="01 · …" href="/tech-stack/laravel/codecanyon/learn/handbooks/01-zajmodules-vs-customizations/" description="" />
</CardGrid>
| Order | Chapter | You'll understand |
| --- | --- | --- |
| 1 | […](/tech-stack/laravel/codecanyon/learn/handbooks/) | … |
  • Do not use playbook step spine or :::next on handbook hubs.
  • Do not teach procedural deploy steps — link to Build playbooks instead.