chore(docs): Generated Product Module Reference (#5430)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
da05999f13
commit
8203dec3e2
@@ -638,6 +638,18 @@ module.exports = {
|
||||
id: "modules/products/categories",
|
||||
label: "Categories",
|
||||
},
|
||||
{
|
||||
type: "html",
|
||||
value: "References",
|
||||
customProps: {
|
||||
sidebar_is_group_divider: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
id: "references/product/interfaces/IProductModuleService",
|
||||
label: "Product Module Interface Reference",
|
||||
},
|
||||
{
|
||||
type: "html",
|
||||
value: "How-to",
|
||||
@@ -1141,7 +1153,7 @@ module.exports = {
|
||||
{
|
||||
type: "ref",
|
||||
id: "references/pricing/interfaces/IPricingModuleService",
|
||||
label: "Pricing Module Service Reference",
|
||||
label: "Pricing Module Interface Reference",
|
||||
},
|
||||
{
|
||||
type: "html",
|
||||
@@ -2997,7 +3009,7 @@ module.exports = {
|
||||
{
|
||||
type: "doc",
|
||||
id: "references/pricing/interfaces/IPricingModuleService",
|
||||
label: "Pricing Module Service Reference",
|
||||
label: "Pricing Module Interface Reference",
|
||||
customProps: {
|
||||
sidebar_is_title: true,
|
||||
sidebar_icon: "folder-open",
|
||||
@@ -3018,4 +3030,38 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
],
|
||||
productReference: [
|
||||
{
|
||||
type: "ref",
|
||||
id: "modules/overview",
|
||||
label: "Back to Commerce Modules",
|
||||
customProps: {
|
||||
sidebar_is_back_link: true,
|
||||
sidebar_icon: "back-arrow",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "references/product/interfaces/IProductModuleService",
|
||||
label: "Product Module Interface Reference",
|
||||
customProps: {
|
||||
sidebar_is_title: true,
|
||||
sidebar_icon: "folder-open",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Methods",
|
||||
collapsible: false,
|
||||
customProps: {
|
||||
sidebar_is_group_headline: true,
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "references/product/IProductModuleService/methods",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user