docs: improved commerce modules [4/n] (#9517)

Improve pricing, product, and promotion modules docs

[4/n]
This commit is contained in:
Shahed Nasser
2024-10-16 09:34:36 +00:00
committed by GitHub
parent eb364834de
commit f6d3453e6d
27 changed files with 1767 additions and 341 deletions
+16 -6
View File
@@ -851,8 +851,8 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
{
type: "link",
path: "/commerce-modules/pricing/relations-to-other-modules",
title: "Relation to Modules",
path: "/commerce-modules/pricing/links-to-other-modules",
title: "Links to Other Modules",
},
],
},
@@ -909,14 +909,19 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/commerce-modules/product/examples",
title: "Examples",
},
{
type: "link",
path: "/commerce-modules/product/extend",
title: "Extend Module",
},
{
type: "sub-category",
title: "Concepts",
children: [
{
type: "link",
path: "/commerce-modules/product/relations-to-other-modules",
title: "Relation to Modules",
path: "/commerce-modules/product/links-to-other-modules",
title: "Links to Other Modules",
},
],
},
@@ -978,6 +983,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/commerce-modules/promotion/examples",
title: "Examples",
},
{
type: "link",
path: "/commerce-modules/promotion/extend",
title: "Extend Module",
},
{
type: "sub-category",
title: "Concepts",
@@ -1004,8 +1014,8 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
{
type: "link",
path: "/commerce-modules/promotion/relations-to-other-modules",
title: "Relation to Modules",
path: "/commerce-modules/promotion/links-to-other-modules",
title: "Links to Modules",
},
],
},