docs: fix tag for JS SDK draft order + other fixes (#11747)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ sidebar_label: draftOrder
|
||||
tags:
|
||||
- js sdk
|
||||
- admin
|
||||
- draft order
|
||||
- order
|
||||
---
|
||||
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -27,10 +27,6 @@ export const admin = [
|
||||
"title": "draftOrder",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/draftOrder"
|
||||
},
|
||||
{
|
||||
"title": "draftOrder",
|
||||
"path": "/references/js-sdk/admin/draftOrder"
|
||||
},
|
||||
{
|
||||
"title": "exchange",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/exchange"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
export const draftOrder = [
|
||||
{
|
||||
"title": "draftOrder",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/draftOrder"
|
||||
}
|
||||
]
|
||||
@@ -1,41 +1,40 @@
|
||||
export * from "./user-guide.js"
|
||||
export * from "./payment.js"
|
||||
export * from "./fulfillment.js"
|
||||
export * from "./payment.js"
|
||||
export * from "./pricing.js"
|
||||
export * from "./product.js"
|
||||
export * from "./promotion.js"
|
||||
export * from "./user.js"
|
||||
export * from "./workflow.js"
|
||||
export * from "./auth.js"
|
||||
export * from "./stock-location.js"
|
||||
export * from "./region.js"
|
||||
export * from "./api-key.js"
|
||||
export * from "./store.js"
|
||||
export * from "./sales-channel.js"
|
||||
export * from "./currency.js"
|
||||
export * from "./customer.js"
|
||||
export * from "./query.js"
|
||||
export * from "./user.js"
|
||||
export * from "./api-key.js"
|
||||
export * from "./workflow.js"
|
||||
export * from "./region.js"
|
||||
export * from "./stock-location.js"
|
||||
export * from "./order.js"
|
||||
export * from "./tax.js"
|
||||
export * from "./stripe.js"
|
||||
export * from "./auth.js"
|
||||
export * from "./currency.js"
|
||||
export * from "./concept.js"
|
||||
export * from "./storefront.js"
|
||||
export * from "./cart.js"
|
||||
export * from "./product-category.js"
|
||||
export * from "./example.js"
|
||||
export * from "./checkout.js"
|
||||
export * from "./product-collection.js"
|
||||
export * from "./step.js"
|
||||
export * from "./publishable-api-key.js"
|
||||
export * from "./inventory.js"
|
||||
export * from "./cart.js"
|
||||
export * from "./query.js"
|
||||
export * from "./storefront.js"
|
||||
export * from "./sales-channel.js"
|
||||
export * from "./checkout.js"
|
||||
export * from "./server.js"
|
||||
export * from "./example.js"
|
||||
export * from "./store.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./publishable-api-key.js"
|
||||
export * from "./tax.js"
|
||||
export * from "./step.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./logger.js"
|
||||
export * from "./link.js"
|
||||
export * from "./event-bus.js"
|
||||
export * from "./product-collection.js"
|
||||
export * from "./stripe.js"
|
||||
export * from "./locking.js"
|
||||
export * from "./logger.js"
|
||||
export * from "./notification.js"
|
||||
export * from "./file.js"
|
||||
export * from "./admin.js"
|
||||
export * from "./notification.js"
|
||||
export * from "./locking.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./draft-order.js"
|
||||
export * from "./server.js"
|
||||
export * from "./product-category.js"
|
||||
|
||||
@@ -31,10 +31,6 @@ export const jsSdk = [
|
||||
"title": "draftOrder",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/draftOrder"
|
||||
},
|
||||
{
|
||||
"title": "draftOrder",
|
||||
"path": "/references/js-sdk/admin/draftOrder"
|
||||
},
|
||||
{
|
||||
"title": "exchange",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/exchange"
|
||||
|
||||
@@ -539,6 +539,10 @@ export const order = [
|
||||
"title": "claim",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/claim"
|
||||
},
|
||||
{
|
||||
"title": "draftOrder",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/draftOrder"
|
||||
},
|
||||
{
|
||||
"title": "exchange",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/exchange"
|
||||
|
||||
@@ -43,6 +43,10 @@ export const workflow = [
|
||||
"title": "confirmVariantInventoryWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmVariantInventoryWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "createCartCreditLinesWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartCreditLinesWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "createCartWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createCartWorkflow"
|
||||
@@ -51,6 +55,10 @@ export const workflow = [
|
||||
"title": "createPaymentCollectionForCartWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createPaymentCollectionForCartWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "deleteCartCreditLinesWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/deleteCartCreditLinesWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "listShippingOptionsForCartWithPricingWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/listShippingOptionsForCartWithPricingWorkflow"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user