Versioned Documentation
When to Use This Skill
Versioned documentation solves a critical problem: users need docs that match the version they're running, not the latest development state.
This pattern integrates with release-please to deploy version-tagged documentation alongside software releases.
Implementation
See the full implementation guide in the source documentation.
Related Patterns
- Release-Please Configuration
- Change Detection
- Work Avoidance