Code tells you what; docs tell you why. Six months from now you won't remember why the retry budget was 3 and not 5. The next on-call won't know which dashboard to check. The README that takes you 30 minutes to write will be opened 500 times. Documentation is the team's long-term memory.
← Back to Soft Skills & Ecosystem| Type | Audience need | Example |
|---|---|---|
| Tutorial | Learning by doing | "Build your first chart in 10 minutes" |
| How-to guide | Solve a specific problem | "How to deploy to staging" |
| Reference | Look up a fact | API docs, config schema |
| Explanation | Understand the why | "How our cache invalidation works" |
Mixing types is the #1 doc smell — a tutorial that becomes a reference midway loses both audiences.
/docs/adr/0001-use-postgres.md.