{{TOPIC_CATEGORY}} · for {{AUDIENCE}}

{{TOPIC_TITLE}}

{{ONE_SENTENCE_LEAD — must stand alone}}


01

Mental model

{{ANALOGY_PARAGRAPH — imagine X is like Y. Stick to one analogy.}}

02

Deep dive

progressive

What it actually is

{{SECTION_WHAT_BODY}}

Why it matters

{{SECTION_WHY_BODY — include at least one term}}

How it works under the hood

{{SECTION_HOW_BODY}}

When NOT to use it

{{SECTION_WHEN_NOT_BODY}}

Commonly misunderstood

{{SECTION_MISUNDERSTOOD_BODY}}

03

In code

3 representations
// JS example
const result = await doThing(input);
# Python example
result = do_thing(input)
# curl example
curl -X POST https://api.example/do-thing \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"input":"..."}'
04

Glossary

{{TERM_1}}
{{DEFINITION_1 — must match the title="" on every .glossary span using this term}}
{{TERM_2}}
{{DEFINITION_2}}
{{TERM_3}}
{{DEFINITION_3}}
05

Further reading


Generated {{ISO_DATE}}. Topic owner: {{NAME}}.