Skip to content

Commit

Permalink
docs: update docs for x-tagGroup, add warning #215
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Feb 28, 2017
1 parent fb3ca07 commit 7b19417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/redoc-vendor-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Backported from OpenAPI 3.0 [`servers`](https://github.com/OAI/OpenAPI-Specifica
| x-tagGroups | [ [Tag Group Object](#tagGroupObject) ] | A list of tag groups |

###### Usage in Redoc
`x-tagGroups` is used to group tags in the side menu
`x-tagGroups` is used to group tags in the side menu.
If you are going to use `x-tagGroups`, please make sure you **add all tags to a group**, since a tag that is not in a group, **will not be displayed** at all!

#### <a name="tagGroupObject"></a>Tag Group Object
Information about tags group
Expand Down

0 comments on commit 7b19417

Please sign in to comment.