Versioning
You can allow readers to view different versions of a catalog on the documentation portal. To do this, specify in the catalog settings which versions will be available on the portal. A version can be represented by either a branch or a tag.
Current Version: The active branch, set by the editor, is considered the current version. It will always appear as the first item in the list.
Glob Patterns: Use glob patterns to select the desired versions.
Matching Branches and Tags:
Specifying the patternreleases/**/*will display all branches and tags whose names start withreleases.Targeting Tags Only:
Userefs/tagsortagsto include only tags.Targeting Branches Only:
Userefs/headsorheadsto include only branches.
For example, the patternheads/releases/v1.*will display all release branches with a major version of1to readers.