chore: OAS and TSDoc fixes (#7864)
This commit is contained in:
@@ -26,6 +26,11 @@ decorators:
|
||||
- BaseProduct
|
||||
StoreProduct:
|
||||
- StoreProductCategory
|
||||
- StoreProduct
|
||||
AdminCollection:
|
||||
- AdminProduct
|
||||
AdminProduct:
|
||||
- AdminProduct
|
||||
|
||||
# Similar config to /www/docs/docusaurus.config.js > redocusaurus
|
||||
# Allows to emulate rendering of API public documentation when using `yarn redocly preview-docs openapi.yaml`
|
||||
|
||||
@@ -11,7 +11,7 @@ import execa from "execa"
|
||||
/**
|
||||
* OAS output directory
|
||||
*
|
||||
* @privateRemark
|
||||
* @privateRemarks
|
||||
* This should be the only directory OAS is loaded from for Medusa V2.
|
||||
* For now, we only use it if the --v2 flag it passed to the CLI tool.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user