Skip to content

Commit

Permalink
build(deps): update to @redocly/cli
Browse files Browse the repository at this point in the history
Update to @redocly/cli which replaces @redocly/openapi-cli.
https://www.npmjs.com/package/@redocly/openapi-cli

This is necessary to bring in fixes for the bundler not properly
including refs when adding extra schemas.
  • Loading branch information
ttshivers committed Apr 24, 2024
1 parent bf97db1 commit 529de8e
Show file tree
Hide file tree
Showing 3 changed files with 1,461 additions and 221 deletions.
20 changes: 11 additions & 9 deletions .redocly.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# See https://redoc.ly/docs/cli/configuration/ for more information.
apiDefinitions:
main: openapi/openapi.yaml
lint:
extends:
- recommended
plugins:
- './.github/redocly-plugins/remove-internal.js'
decorators:
remove-internal/remove-internal: error
extends:
- recommended

apis:
main:
root: openapi/openapi.yaml

plugins:
- './.github/redocly-plugins/remove-internal.js'
decorators:
remove-internal/remove-internal: error
Loading

0 comments on commit 529de8e

Please sign in to comment.