Files
redocly-cli/docs/configuration/reference/preprocessors.md
Lorna Jane Mitchell 17b73c1723 docs: add cli config reference (#1483)
* docs: Add resolve config reference

* docs: Start API reference, needs child config entries

* docs: Add sidebar entries for config reference pages

* docs: Add rules and decorators config pages

* docs: Fix links and format

* docs: Fix links and formatting

* docs: Add extends and plugins config reference pages

* docs: Add a basic preprocessor page

* docs: Update from review feedback

* Apply suggestions from code review

Co-authored-by: Heather Cloward <heathercloward@gmail.com>

* docs: Reformat required labels

* Apply suggestions from code review

Co-authored-by: Heather Cloward <heathercloward@gmail.com>

* docs: Fix misspelling

---------

Co-authored-by: Heather Cloward <heathercloward@gmail.com>
2024-03-26 09:49:17 +00:00

644 B

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.

  • decorators offer some transformations for your OpenAPI documents.
  • plugins allow code extensions to extend the existing functionality.

Resources