docs: many improvements to settings user guides (#11536)

* docs: many improvements to settings user guides

* fix build errors
This commit is contained in:
Shahed Nasser
2025-02-20 11:22:15 +02:00
committed by GitHub
parent dbd06fd41d
commit 39a0077e84
27 changed files with 1073 additions and 649 deletions
+16 -4
View File
@@ -244,7 +244,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
{
type: "link",
title: "Tax Regions",
path: "#",
path: "/settings/tax-regions",
},
{
type: "link",
@@ -259,17 +259,29 @@ export const sidebar = sidebarAttachHrefCommonOptions([
{
type: "link",
title: "Product Types",
path: "#",
path: "/settings/product-types",
},
{
type: "link",
title: "Product Tags",
path: "#",
path: "/settings/product-tags",
},
{
type: "link",
title: "Location & Shipping",
path: "/settings/locations",
path: "/settings/locations-and-shipping",
children: [
{
type: "link",
title: "Locations",
path: "/settings/locations-and-shipping/locations",
},
{
type: "link",
title: "Shipping Profiles",
path: "/settings/locations-and-shipping/shipping-profiles",
},
],
},
{
type: "category",