docs: add notes + missing links for user guide (#11621)
* docs: add notes + missing links for user guide * fix build errors * fixes
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export const auth = [
|
||||
{
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Log-out Customer in Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/customers/log-out"
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
export const currency = [
|
||||
{
|
||||
"title": "Manage Store",
|
||||
"path": "https://docs.medusajs.com/user-guide/settings/store"
|
||||
},
|
||||
{
|
||||
"title": "currency",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/currency"
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
export * from "./user-guide.js"
|
||||
export * from "./fulfillment.js"
|
||||
export * from "./payment.js"
|
||||
export * from "./fulfillment.js"
|
||||
export * from "./pricing.js"
|
||||
export * from "./product.js"
|
||||
export * from "./promotion.js"
|
||||
export * from "./api-key.js"
|
||||
export * from "./user.js"
|
||||
export * from "./workflow.js"
|
||||
export * from "./region.js"
|
||||
export * from "./sales-channel.js"
|
||||
export * from "./inventory.js"
|
||||
export * from "./customer.js"
|
||||
export * from "./order.js"
|
||||
export * from "./concept.js"
|
||||
export * from "./store.js"
|
||||
export * from "./storefront.js"
|
||||
export * from "./cart.js"
|
||||
export * from "./server.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 "./order.js"
|
||||
export * from "./tax.js"
|
||||
export * from "./stripe.js"
|
||||
export * from "./concept.js"
|
||||
export * from "./storefront.js"
|
||||
export * from "./cart.js"
|
||||
export * from "./product-category.js"
|
||||
export * from "./example.js"
|
||||
export * from "./auth.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./checkout.js"
|
||||
export * from "./product-collection.js"
|
||||
export * from "./product-category.js"
|
||||
export * from "./link.js"
|
||||
export * from "./publishable-api-key.js"
|
||||
export * from "./step.js"
|
||||
export * from "./publishable-api-key.js"
|
||||
export * from "./inventory.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./logger.js"
|
||||
export * from "./locking.js"
|
||||
export * from "./query.js"
|
||||
export * from "./link.js"
|
||||
export * from "./event-bus.js"
|
||||
export * from "./file.js"
|
||||
export * from "./admin.js"
|
||||
export * from "./notification.js"
|
||||
export * from "./file.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./currency.js"
|
||||
export * from "./locking.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./draft-order.js"
|
||||
export * from "./server.js"
|
||||
|
||||
@@ -123,6 +123,10 @@ export const userGuide = [
|
||||
"title": "Promotions Overview",
|
||||
"path": "https://docs.medusajs.com/user-guide/promotions"
|
||||
},
|
||||
{
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Manage Publishable API Keys",
|
||||
"path": "https://docs.medusajs.com/user-guide/settings/developer/publishable-api-keys"
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
export const user = [
|
||||
{
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Manage Profile",
|
||||
"path": "https://docs.medusajs.com/user-guide/settings/profile"
|
||||
|
||||
Reference in New Issue
Block a user