docs: improved commerce module docs [2/n] (#9501)
Improve + add docs for commerce modules from currency to inventory [2/n]
This commit is contained in:
@@ -301,17 +301,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
path: "/commerce-modules/currency/examples",
|
||||
title: "Examples",
|
||||
},
|
||||
{
|
||||
type: "sub-category",
|
||||
title: "Concepts",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/currency/relations-to-other-modules",
|
||||
title: "Relation to Modules",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
@@ -364,6 +353,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
path: "/commerce-modules/customer/examples",
|
||||
title: "Examples",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/customer/extend",
|
||||
title: "Extend Module",
|
||||
},
|
||||
{
|
||||
type: "sub-category",
|
||||
title: "Concepts",
|
||||
@@ -373,11 +367,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
path: "/commerce-modules/customer/customer-accounts",
|
||||
title: "Customer Accounts",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/customer/relations-to-other-modules",
|
||||
title: "Relations to Other Modules",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -458,8 +447,8 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/fulfillment/relations-to-other-modules",
|
||||
title: "Relations to Other Modules",
|
||||
path: "/commerce-modules/fulfillment/links-to-other-modules",
|
||||
title: "Links to Other Modules",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -544,8 +533,8 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/inventory/relations-to-other-modules",
|
||||
title: "Relation to Modules",
|
||||
path: "/commerce-modules/inventory/links-to-other-modules",
|
||||
title: "Links to Modules",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -2157,8 +2146,8 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/dist-imports",
|
||||
title: "Importing from /dist"
|
||||
}
|
||||
title: "Importing from /dist",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user