Skip to content

Commit 111a9c9

Browse files
committed
docs: fix markdown table formatting
1 parent 1b22930 commit 111a9c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/redoc-vendor-extensions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Information about tags group
7373
| Field Name | Type | Description |
7474
| :---------- | :--------: | :---------- |
7575
| 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 |
7777

7878
#### x-tagGroups example
7979
json
@@ -148,10 +148,10 @@ The information about API logo
148148
#### Fixed fields
149149
| Field Name | Type | Description |
150150
| :-------------- | :------: | :---------- |
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. |
155155

156156

157157
#### x-logo example

0 commit comments

Comments
 (0)