1234567891011121314151617181920212223242526272829{ "navigation": { "versions": [ { "version": "v2", "default": true, "tabs": [ { "tab": "Docs", "groups": [ { "group": "Getting Started", "pages": ["v2/index", "v2/quickstart"] } ] } ] }, { "version": "v1", "tabs": [ { "tab": "Docs", "groups": [ { "group": "Getting Started", "pages": ["v1/index", "v1/quickstart"] } ] } ] } ] } }
<select> dropdown appears in the header (right of the logo).index page exists, the version marked default: true determines where / redirects to.| Field | Type | Description |
version | string | Display name in the dropdown |
default | boolean | Whether this is the default version |
tag | string | Badge next to the version name (e.g. "Latest", "Beta") |
hidden | boolean | Hide from the dropdown |
tabs | array | Tabs within this version |
groups | array | Groups within this version (alternative to tabs) |
pages | array | Pages within this version (flat, no groups) |