* Remove extra 'resources' landing page, redirect from main one
* Move custom plugins file to its own directory, add redirect to handle
* docs: split the custom plugins page into one page per feature
* docs: extend decorators explanation and link to it from the custom plugins section
* docs: Fix all the links that were broken when I moved things
* Apply excellent suggestions from code review
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* docs: Add examples of how to use the custom rule
* docs: Replace the nested visitor example with an object rather than a function
* Update custom-rules.md
minor consistency edits
* Apply suggestions from code review
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* docs: clearer explanation of skip, and finish a broken sentence
* Update docs/custom-plugins/index.md
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
* Apply suggestions from code review
Co-authored-by: Adam Altman <adam@redoc.ly>
* docs: use object rather than function for visitor
---------
Co-authored-by: Heather Cloward <heathercloward@gmail.com>
Co-authored-by: Adam Altman <adam@redoc.ly>
* feat: support rule/ as a prefix for configurable rules
* chore: Run prettier
* feat: Add a warning about use of the old syntax
* docs: update configurable rules doc to reflect updated rule/ notation
* Update packages/core/src/config/config-resolvers.ts
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* chore: run prettier
* chore: move deprication warning inside config transformer
---------
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
* docs: Start with a more developer and purpose oriented landing page
* docs: Clear installation options, autocomplete is a separate guide
* docs: update links in installation guide
* docs: Move update instructions to be a guide, remove local installation
* docs: Remove git documentation from starter project
* docs: Add a quicker quickstart
* docs: Re-organise and flesh out commands page
* docs: add built-in ruleset docs, add concept, start guide
* docs: Add a guide for configuring linting
* Docs: rename custom rules to assertions
* docs: Sort assertion docs and examples alphabetically
* docs: clearer linting explanations and signposting of rule types
* Apply suggestions from code review
Co-authored-by: Adam Altman <adam@redoc.ly>
* docs: Remove reference to a config object, after user confusion
* docs: Add docs-building entrypoint article
* docs: Add one-line descriptions alongside rule names
* fix: Correct images for docs overview page
* docs: Link to custom function in custom plugin docs
* fix: Links in rules need updating after this file moved
* docs: Add concept article for openapi file wrangling
* docs: assertions are now called configurable rules
* fix: Broken links and a renamed file
* docs: Titles, links, and restructuring
* Apply suggestions from code review
Co-authored-by: Adam Altman <adam@redoc.ly>
* fix: Redirect for renamed CLI update guide
* Apply suggestions from code review
Co-authored-by: Adam Altman <adam@redoc.ly>
* chore: reduce filesize of images
* docs: Detangle the custom/configurable rules vs assertions confusion
* fix: labels as well as links to configurable rules
* Update docs/guides/configure-rules.md
Co-authored-by: Adam Altman <adam@redoc.ly>
* fix: Better example wording and fix title case
* Update docs/commands/index.md
Co-authored-by: Adam Altman <adam@redoc.ly>
* Update docs/rules/recommended.md
Co-authored-by: Adam Altman <adam@redoc.ly>
* Update docs/quickstart.md
Co-authored-by: Adam Altman <adam@redoc.ly>
* Update docs/rules.md
Co-authored-by: Adam Altman <adam@redoc.ly>
* chore: rename file built-in-rules.md and corresponding links (#1075)
---------
Co-authored-by: Adam Altman <adam@redoc.ly>