From 0f1a0eb6aade41708c0f33d98f198311fcab7aee Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 21 Jan 2025 12:27:39 +0100 Subject: [PATCH] chore: fix problem inside documentation --- docs/config.md | 2 +- docs/redoc-vendor-extensions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index ec839210..c63940fc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index 7721bb4b..9ed239ce 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -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