Support Center
v1.0
Features
Comments
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
OpenAPI Extensions
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
The following extensions are available on DeveloperHub:
x-tagGroups
x-tagGroups serves to group operations within the index, effectively establishing an additional hierarchy. This feature is activated exclusively when the index is configured to be collapsible.
In OpenAPI, tag groups can be defined in the following manner:
YAML
openapi: '3.0'info: ...tags: - name: Lion - name: Cheetah - name: Dolphin - name: Octopusx-tagGroups: - name: Feline tags: - Lion - Cheetah - name: Sea tags: - Dolphin - Octopusx-enum-varnames
x-enum-varnames gives a secondary name for an enum.
Enum var names can be defined as such in OpenAPI:
YAML
Animal: type: integer enum: - 33 - 21 x-enum-varnames: - Dog - CatVariables
In addition to utilizing variables throughout the API references, you can also leverage these variables in the following ways:
%_.project.base_path%for project base path.%_.version.slug%for version slug.%_.section.slug%for API reference slug.
These variables are particularly valuable for creating links within markdown descriptions.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on May 4, 2025
Was this page helpful?
Next to read:
Importing ReferencesDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message