Intermediate Developer Relations #docs#documentation#devrel

Developer Documentation Vocabulary

5 exercises — Master documentation vocabulary: reference vs. guide vs. tutorial, API doc anti-patterns, documentation debt, docs-as-code workflows, and progressive disclosure.

0 / 5 completed
Quick reference: Documentation vocabulary
  • Reference — what it is (consult while coding); Guide — how to do it (read sequentially)
  • Tutorial — learn by doing; Explanation — understand why
  • Docs-as-code — Markdown + Git + PR review + CI/CD deployment
  • Docs debt — accumulated missing/outdated docs; progressive disclosure — simple first, depth on demand
1 / 5

A new engineer asks: "Someone told me to check the 'reference docs' but then also look at the 'guide.' What's the difference?" Which answer is correct?