From 81f82afd7ac6b8379331f5d922ab6676de81dcc7 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Fri, 10 May 2024 14:30:30 +0100 Subject: [PATCH] docs: Remove unsupported tag option --- docs/configuration/apis.md | 3 --- docs/configuration/index.md | 6 ------ 2 files changed, 9 deletions(-) diff --git a/docs/configuration/apis.md b/docs/configuration/apis.md index 310e27e74..2d0e0d897 100644 --- a/docs/configuration/apis.md +++ b/docs/configuration/apis.md @@ -17,9 +17,6 @@ If per-API and root settings modify the same properties, per-API settings overri schema={ "$ref": "./api.yaml" } - options={ - schemaExpansionLevel: 2, - } /%} ## Example diff --git a/docs/configuration/index.md b/docs/configuration/index.md index d4f60a4af..2f1f65a13 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -128,9 +128,6 @@ This object is optional. schema={ "$ref": "./mockserver.yaml" } - options={ - schemaExpansionLevel: 1, - } /%} #### openapi object @@ -208,9 +205,6 @@ Redocly CLI supports one `http` header per URL. schema={ "$ref": "./resolve.yaml" } - options={ - schemaExpansionLevel: 2, - } /%} #### Example