From de508063b6fec75577c5a111599cebf3eb68b0e3 Mon Sep 17 00:00:00 2001 From: redocly-bot Date: Tue, 13 Jun 2023 17:13:40 +0000 Subject: [PATCH] sync: Synced local 'docs/' with remote 'docs/redoc/' --- docs/deployment/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/html.md b/docs/deployment/html.md index 5c392be9af..269c075554 100644 --- a/docs/deployment/html.md +++ b/docs/deployment/html.md @@ -97,7 +97,7 @@ Redoc.init(specOrSpecUrl, options, element, callback) ``` - `specOrSpecUrl`: Either a JSON object with the OpenAPI definition or a URL to the definition in JSON or YAML format. -- `options`: See [features.openapi object](/docs/api-reference-docs/configuration/functionality.mdx) reference. +- `options`: See [`theme.openapi` object](/docs/api-reference-docs/configuration/functionality.mdx) reference. - `element`: DOM element Redoc will be inserted into. - `callback`(optional): Callback to be called after Redoc has been fully rendered. It is also called on errors with `error` as the first argument.