fix(oas): patch circular references in docs (#3285)

## What

Patch OAS circular references that causes the documentation to crash

## Test

* Run `yarn openapi:generate`
* Run `yarn redocly preview-docs docs/api/admin/openapi.yaml --config=./docs-util/redocly/config.yaml`
* Open preview docs url in a browser
* Expect the page to not crash

* Repeat with `yarn redocly preview-docs docs/api/store/openapi.yaml --config=./docs-util/redocly/config.yaml`
This commit is contained in:
Patrick
2023-02-17 07:42:11 -05:00
committed by GitHub
parent f88af0c28d
commit 9690f07bc0
2 changed files with 65 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(oas): patch circular references in docs