From b5a845b70b9a3a40a381f5ef24a72fbf280138b6 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Fri, 21 Jul 2023 17:07:34 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Adam Altman --- docs/redoc-vendor-extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index e0b63479..d6280adc 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -65,6 +65,7 @@ Backported from OpenAPI 3.0 [`servers`](https://github.com/OAI/OpenAPI-Specifica `x-tagGroups` is used to group tags in the side menu. Before you use `x-tagGroups`, make sure you **add all tags to a group**, since a tag that is not in a group, **is not displayed** at all! + #### Tag Group Object Information about tags group ###### Fixed fields @@ -137,6 +138,7 @@ Extends the OpenAPI [Info Object](https://redocly.com/docs/openapi-visual-refere ###### How to use with Redoc `x-logo` is used to specify API logo. The corresponding image is displayed just above the side-menu. + #### Logo Object The information about API logo @@ -220,6 +222,7 @@ Extends the OpenAPI [Operation Object](https://redocly.com/docs/openapi-visual-r ###### How to use with Redoc `x-codeSamples` are rendered on the right panel in Redoc. + #### Code Sample Object Operation code sample