docs: many improvements to settings user guides (#11536)
* docs: many improvements to settings user guides * fix build errors
This commit is contained in:
@@ -395,7 +395,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Tax Regions",
|
||||
"path": "#",
|
||||
"path": "/settings/tax-regions",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
@@ -419,7 +419,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Product Types",
|
||||
"path": "#",
|
||||
"path": "/settings/product-types",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
@@ -427,7 +427,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Product Tags",
|
||||
"path": "#",
|
||||
"path": "/settings/product-tags",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
@@ -435,8 +435,25 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Location & Shipping",
|
||||
"path": "/settings/locations",
|
||||
"children": []
|
||||
"path": "/settings/locations-and-shipping",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Locations",
|
||||
"path": "/settings/locations-and-shipping/locations",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Shipping Profiles",
|
||||
"path": "/settings/locations-and-shipping/shipping-profiles",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
|
||||
Reference in New Issue
Block a user