preprocessors
Introduction
Preprocessors are similar to decorators, but they run before linting rather than after.
Refer to the decorator
configuration options documentation for details; the options available are the same in both the decorators
and preprocessor
sections of the configuration file.
Related options
- decorators offer some transformations for your OpenAPI documents.
- plugins allow code extensions to extend the existing functionality.
Resources
- Custom plugins offer a way to extend the functionality of Redocly.