feat: resolve refs in config (#1345)

Co-authored-by: IhorKarpiuk <ihor.karpiuk@redocly.com>
This commit is contained in:
Andrew Tatomyr
2023-12-21 15:32:09 +02:00
committed by GitHub
parent cddec3327f
commit d44ad9ee53
39 changed files with 659 additions and 225 deletions

View File

@@ -0,0 +1,6 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Added the ability to use `$ref` in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.