Skip to content

Commit

Permalink
docs: Remove unsupported tag option
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed May 10, 2024
1 parent b0feae6 commit 81f82af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions docs/configuration/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ This object is optional.
schema={
"$ref": "./mockserver.yaml"
}
options={
schemaExpansionLevel: 1,
}
/%}

#### openapi object
Expand Down Expand Up @@ -208,9 +205,6 @@ Redocly CLI supports one `http` header per URL.
schema={
"$ref": "./resolve.yaml"
}
options={
schemaExpansionLevel: 2,
}
/%}

#### Example
Expand Down

0 comments on commit 81f82af

Please sign in to comment.