From 7b19417497e87883f7ac6ba0f0bd31dd9d933225 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 28 Feb 2017 22:04:24 +0200 Subject: [PATCH] docs: update docs for x-tagGroup, add warning #215 --- docs/redoc-vendor-extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index 15546c64..2e6329cc 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -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! #### Tag Group Object Information about tags group