added tools section

This commit is contained in:
Shahed Nasser
2025-03-10 14:41:02 +02:00
parent d2c4323299
commit 11db301f9b
12 changed files with 959 additions and 831 deletions
+6 -6
View File
@@ -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,
},
]