docs: update products user guide (#11506)

* docs: update products user guide

* fix broken link
This commit is contained in:
Shahed Nasser
2025-02-18 15:55:42 +02:00
committed by GitHub
parent 448dbcb596
commit 084f76b73f
18 changed files with 1139 additions and 750 deletions
+54 -2
View File
@@ -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",