docs: split admin widget zone to pages (#10719)
This commit is contained in:
@@ -35,6 +35,11 @@ export const apiKeySidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/api-key/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/api-key",
|
||||
|
||||
@@ -97,6 +97,11 @@ export const authSidebar = [
|
||||
path: "/commerce-modules/auth/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/auth/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/auth",
|
||||
|
||||
@@ -40,6 +40,11 @@ export const customerSidebar = [
|
||||
path: "/commerce-modules/customer/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/customer/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/customer",
|
||||
|
||||
@@ -66,6 +66,11 @@ export const fulfillmentSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/fulfillment/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/fulfillment",
|
||||
|
||||
@@ -40,6 +40,11 @@ export const inventorySidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/inventory/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/inventory-next",
|
||||
|
||||
@@ -80,6 +80,11 @@ export const orderSidebar = [
|
||||
path: "/commerce-modules/order/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/order/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/order",
|
||||
|
||||
@@ -50,6 +50,11 @@ export const pricingSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/pricing/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/pricing",
|
||||
|
||||
@@ -45,6 +45,11 @@ export const productSidebar = [
|
||||
path: "/commerce-modules/product/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/product/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/product",
|
||||
|
||||
@@ -55,6 +55,11 @@ export const promotionSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/promotion/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/promotion",
|
||||
|
||||
@@ -35,6 +35,11 @@ export const regionSidebar = [
|
||||
path: "/commerce-modules/region/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/region/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/region",
|
||||
|
||||
@@ -40,6 +40,11 @@ export const salesChannelSidebar = [
|
||||
path: "/commerce-modules/sales-channel/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/sales-channel/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/sales-channel",
|
||||
|
||||
@@ -35,6 +35,11 @@ export const stockLocationSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/stock-location/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/stock-location-next",
|
||||
|
||||
@@ -19,6 +19,11 @@ export const storeSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/store/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/store",
|
||||
|
||||
@@ -56,6 +56,11 @@ export const taxSidebar = [
|
||||
type: "sub-category",
|
||||
title: "References",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/tax/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/tax",
|
||||
|
||||
@@ -40,6 +40,11 @@ export const userSidebar = [
|
||||
path: "/commerce-modules/user/events",
|
||||
title: "Events Reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/commerce-modules/user/admin-widget-zones",
|
||||
title: "Admin Widget Zones",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/references/user",
|
||||
|
||||
Reference in New Issue
Block a user