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