Skip to content

Commit

Permalink
feat: adjust .redocly.yaml to use new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkubectl committed Jul 27, 2024
1 parent bbee29b commit e43a875
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ apis:
root: openapi/openapi.yaml

plugins:
- './.github/redocly-plugins/remove-internal.js'
- "./.github/redocly-plugins/remove-internal.js"
- "./.github/redocly-plugins/x-feature.js"
decorators:
remove-internal/remove-internal: error
remove-internal/remove-internal: error
x-feature/fallback-replace:
available_features: [oneOf]

0 comments on commit e43a875

Please sign in to comment.