Skip to content

Commit

Permalink
docs: Fix typo and remove reference to feature we're planning to drop
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Dec 1, 2023
1 parent 70e5133 commit b951bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/rules/no-unused-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ components:
# ...
```

## Relates rules
## Related rules

- [no-undefined-refs](./no-unresolved-refs.md)

## Resources

- The Redocly CLI `bundle` command supports an option called `--remove-unused-components`. Use it to automatically clean up any unused components from your OpenAPI document while bundling it.
- [Rule source](https://github.com/Redocly/redocly-cli/blob/main/packages/core/src/rules/oas3/no-unused-components.ts)
- [Components docs](https://redocly.com/docs/openapi-visual-reference/components/)

0 comments on commit b951bf5

Please sign in to comment.