docs: updates following authentication flow changes (#8706)
* docs: updates following authentication flow changes * generate sidebar * added open api specs * fix up OAS * changes to existing pages * change sidebar items * update marketplace recipe
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
plugins:
|
||||
- "./plugins/medusa/index.js"
|
||||
|
||||
# Allows to replace a $ref with `type: object` in order to avoid infinite loops
|
||||
# when Redocly attempts to render circular references.
|
||||
- ./plugins/medusa/index.js
|
||||
decorators:
|
||||
medusa/circular-patch:
|
||||
schemas:
|
||||
@@ -41,19 +38,19 @@ decorators:
|
||||
- AdminFulfillmentSet
|
||||
OrderTransaction:
|
||||
- Order
|
||||
|
||||
# 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`
|
||||
AdminTaxRegion:
|
||||
- AdminTaxRegion
|
||||
- AdminTaxRate
|
||||
theme:
|
||||
openapi:
|
||||
theme:
|
||||
colors:
|
||||
primary:
|
||||
dark: "#242526"
|
||||
dark: '#242526'
|
||||
sidebar:
|
||||
width: "250px"
|
||||
width: 250px
|
||||
disableSearch: true
|
||||
expandResponses: "200,204"
|
||||
expandResponses: 200,204
|
||||
generatedPayloadSamplesMaxDepth: 4
|
||||
hideDownloadButton: true
|
||||
hideRequestPayloadSample: true
|
||||
|
||||
Reference in New Issue
Block a user