You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/redoc-vendor-extensions.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Information about tags group
73
73
| Field Name | Type | Description |
74
74
| :---------- | :--------: | :---------- |
75
75
| name | string | The group name |
76
-
| tags | [ string ] | List of tags to include in this group
76
+
| tags |[ string ]| List of tags to include in this group|
77
77
78
78
#### x-tagGroups example
79
79
json
@@ -148,10 +148,10 @@ The information about API logo
148
148
#### Fixed fields
149
149
| Field Name | Type | Description |
150
150
| :-------------- | :------: | :---------- |
151
-
| url | string | The URL pointing to the spec logo. MUST be in the format of a URL. It SHOULD be an absolute URL so your API definition is usable from any location
152
-
| backgroundColor | string | background color to be used. MUST be RGB color in [hexadecimal format] (https://en.wikipedia.org/wiki/Web_colors#Hex_triplet)
153
-
| altText | string | Text to use for alt tag on the logo. Defaults to 'logo' if nothing is provided.
154
-
| href | string | The URL pointing to the contact page. Default to 'info.contact.url' field of the OAS.
151
+
| url | string | The URL pointing to the spec logo. MUST be in the format of a URL. It SHOULD be an absolute URL so your API definition is usable from any location |
152
+
| backgroundColor | string | background color to be used. MUST be RGB color in [hexadecimal format] (https://en.wikipedia.org/wiki/Web_colors#Hex_triplet) |
153
+
| altText | string | Text to use for alt tag on the logo. Defaults to 'logo' if nothing is provided. |
154
+
| href | string | The URL pointing to the contact page. Default to 'info.contact.url' field of the OAS. |
0 commit comments