docs: update products user guide (#11506)
* docs: update products user guide * fix broken link
This commit is contained in:
@@ -65,9 +65,61 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
path: "/products",
|
||||
title: "Products",
|
||||
autogenerate_path: "/products",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Overview",
|
||||
path: "/products",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Create Product",
|
||||
path: "/products/create",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Multi-Part Product",
|
||||
path: "/products/create/multi-part",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Bundle Product",
|
||||
path: "/products/create/bundle",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Edit Product",
|
||||
path: "/products/edit",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Manage Variants",
|
||||
path: "/proucts/variants",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Manage Collections",
|
||||
path: "/products/collections",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Categories",
|
||||
path: "/products/categories",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Import Products",
|
||||
path: "/products/import",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Export Products",
|
||||
path: "/products/export",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
||||
Reference in New Issue
Block a user