ADR 0007: Add shared adoption-guide links at the bottom of each rule page
- Status: Accepted
- Date: 2026-02-25
Contextâ
Rule pages intentionally removed repeated checklist and rollout boilerplate to keep content rule-specific.
After removing repeated content, readers still need a predictable way to discover shared operational guidance from any rule page.
Decisionâ
Add a consistent footer section to each rule page (docs/rules/*.md):
## Adoption resources- link to
./getting-started.md - link to
./presets/index.md
Rationaleâ
- Preserves rule-page focus: avoids reintroducing duplicated operational prose.
- Maintains discoverability: shared guidance remains one click away from every rule page.
- Supports scalable docs maintenance: shared guidance updates happen in guide pages only.
Consequencesâ
- New rule pages should include the same footer section.
- Guide page URLs become a maintained dependency of rule-doc templates.
Revisit Triggersâ
Re-evaluate if:
- docs navigation changes make footer links redundant,
- or user testing shows a different placement performs better for adoption guidance.