added tools section
This commit is contained in:
@@ -17,7 +17,7 @@ import { recipesSidebar } from "./sidebars/recipes.mjs"
|
||||
import { referencesSidebar } from "./sidebars/references.mjs"
|
||||
import { regionSidebar } from "./sidebars/region.mjs"
|
||||
import { salesChannelSidebar } from "./sidebars/sales-channel.mjs"
|
||||
import { sdkToolsSidebar } from "./sidebars/sdk-tools.mjs"
|
||||
import { toolsSidebar } from "./sidebars/tools.mjs"
|
||||
import { stockLocationSidebar } from "./sidebars/stock-location.mjs"
|
||||
import { storeSidebar } from "./sidebars/store.mjs"
|
||||
import { storefrontDevelopmentSidebar } from "./sidebars/storefront.mjs"
|
||||
@@ -74,11 +74,6 @@ export const sidebar = [
|
||||
{
|
||||
type: "separator",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "SDKs and Tools",
|
||||
children: sdkToolsSidebar,
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "General",
|
||||
@@ -138,4 +133,9 @@ export const sidebar = [
|
||||
title: "Storefront Development",
|
||||
items: storefrontDevelopmentSidebar,
|
||||
},
|
||||
{
|
||||
sidebar_id: "tools",
|
||||
title: "Tools",
|
||||
items: toolsSidebar,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user