Configurations
Versioning
Build separate versions
Setup
- Structure your docs with version folders (e.g.,
v1
,v2
) - Add versions to
mint.json
:"versions": ["v2", "v1"]
(first version is default)
Implementation
Groups and Pages
Add versions to groups in navigation or individual pages:
Tabs and Anchors
Control version visibility in navigation:
mint.json
- Content without a version appears in all versions
- Page versions override group versions
- Avoid nesting versioned groups
Troubleshooting
Was this page helpful?