| name | versioned-documentation |
| description | Deploy version-tagged documentation alongside releases using MkDocs Material, mike, and release-please for automated version alignment with software builds. |
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
References