Skip to content
prod e051e98
Browse

Concept template

  • Shelf: learn/concepts/<topic>/
  • kind: concept
  • Diátaxis mode: explanation (one idea per page)
  • Readers served: quick mental-model lookup; agents disambiguating terms before authoring

Shorter than a handbook chapter — one concept, one page.

---
title: "Concept name"
description: One sentence definition a beginner can repeat back.
sidebar:
label: "Concept name"
order: N
category: <topic>
kind: concept
status: current
tags: [concept, topic]
---
**&lt;Concept&gt;** is &lt;one plain sentence&gt;.
## Why it exists
The problem it solves — 2–4 sentences.
## How it works
\`\`\`mermaid
flowchart LR
A["Input"] --> B["Process"] --> C["Outcome"]
\`\`\`
Numbered walkthrough if helpful (keep steps short).
## When to use it
-&lt;good fit&gt;
## When to avoid it
-&lt;anti-pattern&gt;
:::tip[Related]
[Handbook](/tech-stack/laravel/codecanyon/learn/handbooks/) · [Guide](/tech-stack/laravel/codecanyon/learn/guides/)
:::
  • Do not turn concept pages into playbooks — link to Build for procedures.
  • Do not skip diagram on multi-part processes.
  • Do not use emoji-only bullets without prose context on public pages (prefer - lists + short lead-in).