docs: generate pricing module reference (#5349)

* docs: generate pricing module reference

* added notes about new configurations
This commit is contained in:
Shahed Nasser
2023-10-11 14:08:19 +03:00
committed by GitHub
parent 9c1c19f409
commit f0af8ecc89
110 changed files with 7170 additions and 146 deletions
+46
View File
@@ -1131,6 +1131,18 @@ module.exports = {
id: "modules/price-lists/price-selection-strategy",
label: "Price Selection Strategy",
},
{
type: "html",
value: "References",
customProps: {
sidebar_is_group_divider: true,
},
},
{
type: "ref",
id: "references/pricing/interfaces/IPricingModuleService",
label: "Pricing Module Service Reference",
},
{
type: "html",
value: "How-to",
@@ -2885,4 +2897,38 @@ module.exports = {
dirName: "references/entities/classes",
},
],
pricingReference: [
{
type: "ref",
id: "modules/overview",
label: "Back to Commerce Modules",
customProps: {
sidebar_is_back_link: true,
sidebar_icon: "back-arrow",
},
},
{
type: "doc",
id: "references/pricing/interfaces/IPricingModuleService",
label: "Pricing Module Service 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/pricing/IPricingModuleService/methods",
},
],
},
],
}