docs: generate inventory and stock location references (#5645)

This commit is contained in:
Shahed Nasser
2023-11-16 11:10:23 +02:00
committed by GitHub
parent ecabd38b07
commit 95aa5a2d28
88 changed files with 10191 additions and 1 deletions

View File

@@ -917,6 +917,23 @@ module.exports = {
id: "modules/multiwarehouse/stock-location-module",
label: "Stock Location Module",
},
{
type: "html",
value: "References",
customProps: {
sidebar_is_group_divider: true,
},
},
{
type: "ref",
id: "references/inventory/interfaces/IInventoryService",
label: "Inventory Module Interface Reference",
},
{
type: "ref",
id: "references/stock-location/interfaces/IStockLocationService",
label: "Stock Location Module Interface Reference",
},
{
type: "html",
value: "How-to",
@@ -3074,4 +3091,72 @@ module.exports = {
],
},
],
inventoryReference: [
{
type: "ref",
id: "modules/overview",
label: "Back to Commerce Modules",
customProps: {
sidebar_is_back_link: true,
sidebar_icon: "back-arrow",
},
},
{
type: "doc",
id: "references/inventory/interfaces/IInventoryService",
label: "Inventory 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/inventory/IInventoryService/methods",
},
],
},
],
stockLocationReference: [
{
type: "ref",
id: "modules/overview",
label: "Back to Commerce Modules",
customProps: {
sidebar_is_back_link: true,
sidebar_icon: "back-arrow",
},
},
{
type: "doc",
id: "references/stock-location/interfaces/IStockLocationService",
label: "Stock Location 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/stock-location/IStockLocationService/methods",
},
],
},
],
}