generate references (#7882)
This commit is contained in:
@@ -464,7 +464,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
title: "Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path:
|
||||
"/references/inventory_next/IInventoryServiceNext/methods",
|
||||
"/references/inventory_next/IInventoryService/methods",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -905,7 +905,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
{
|
||||
title: "Data Models",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/references/region_models/classes",
|
||||
autogenerate_path: "/references/region_models/variables",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -1015,7 +1015,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
title: "Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path:
|
||||
"/references/stock_location_next/IStockLocationServiceNext/methods",
|
||||
"/references/stock_location_next/IStockLocationService/methods",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -1131,10 +1131,10 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
{
|
||||
title: "References",
|
||||
children: [
|
||||
// {
|
||||
// path: "/references/tax/provider",
|
||||
// title: "Tax Provider Reference",
|
||||
// },
|
||||
{
|
||||
path: "/references/tax/provider",
|
||||
title: "Tax Provider Reference",
|
||||
},
|
||||
{
|
||||
path: "/references/tax",
|
||||
title: "Main Service Reference",
|
||||
@@ -2130,44 +2130,44 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: "/references/data-model",
|
||||
// title: "Data Model API",
|
||||
// childSidebarTitle: "Data Model API Reference",
|
||||
// isChildSidebar: true,
|
||||
// children: [
|
||||
// {
|
||||
// path: "/references/data-model/define",
|
||||
// title: "Define Method",
|
||||
// hasTitleStyling: true,
|
||||
// },
|
||||
// {
|
||||
// path: "/references/data-model/property-types",
|
||||
// title: "Property Types",
|
||||
// hasTitleStyling: true,
|
||||
// autogenerate_path: "/references/dml/Property_Types/methods",
|
||||
// },
|
||||
// {
|
||||
// path: "/references/data-model/relationship-methods",
|
||||
// title: "Relationship Methods",
|
||||
// hasTitleStyling: true,
|
||||
// autogenerate_path: "/references/dml/Relationship_Methods/methods",
|
||||
// },
|
||||
// {
|
||||
// path: "/references/data-model/model-methods",
|
||||
// title: "Model Methods",
|
||||
// hasTitleStyling: true,
|
||||
// autogenerate_path: "/references/dml/Model_Methods/methods",
|
||||
// },
|
||||
// {
|
||||
// path: "/references/data-model/property-configuration",
|
||||
// title: "Property Configuration Methods",
|
||||
// hasTitleStyling: true,
|
||||
// autogenerate_path:
|
||||
// "/references/dml/Property_Configuration_Methods/methods",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: "/references/data-model",
|
||||
title: "Data Model API",
|
||||
childSidebarTitle: "Data Model API Reference",
|
||||
isChildSidebar: true,
|
||||
children: [
|
||||
{
|
||||
path: "/references/data-model/define",
|
||||
title: "Define Method",
|
||||
hasTitleStyling: true,
|
||||
},
|
||||
{
|
||||
path: "/references/data-model/property-types",
|
||||
title: "Property Types",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/references/dml/Property_Types/methods",
|
||||
},
|
||||
{
|
||||
path: "/references/data-model/relationship-methods",
|
||||
title: "Relationship Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/references/dml/Relationship_Methods/methods",
|
||||
},
|
||||
{
|
||||
path: "/references/data-model/model-methods",
|
||||
title: "Model Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/references/dml/Model_Methods/methods",
|
||||
},
|
||||
{
|
||||
path: "/references/data-model/property-configuration",
|
||||
title: "Property Configuration Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path:
|
||||
"/references/dml/Property_Configuration_Methods/methods",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user