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