docs: many improvements to settings user guides (#11536)
* docs: many improvements to settings user guides * fix build errors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user