Skip to content

Commit

Permalink
chore: fix problem inside documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Jan 21, 2025
1 parent abfb324 commit 0f1a0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ _Default: false_
If set to `true`, the API definition is considered untrusted and all HTML/Markdown is sanitized to prevent XSS.

## Theme settings
Change styles for the API documentation page **Supported in Redoc CE 2.x **.
Change styles for the API documentation page **Supported in Redoc CE 2.x**.
* `spacing`
* `unit`: 5 # main spacing unit used in autocomputed theme values later
* `sectionHorizontal`: 40 # Horizontal section padding. COMPUTED: spacing.unit * 8
Expand Down
2 changes: 1 addition & 1 deletion docs/redoc-vendor-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ The enum (short for "enumeration") fields in OpenAPI allow you to restrict the v

Add x-enumDescriptions to your OpenAPI description to show a helpful table of enum options and an explanation of what each one means. This field supports Markdown.

#### x-explicitMappingOnly example
#### x-enumDescriptions example
The following example shows a schema with two short-named options, and the x-enumDescriptions entry to list all enum entries and give additional context for each:

```yaml
Expand Down

0 comments on commit 0f1a0eb

Please sign in to comment.