docs: added cart storefront guides (#7662)

* docs: added cart storefront guides

* add context guides

* small fixes to the context
This commit is contained in:
Shahed Nasser
2024-06-11 11:56:37 +03:00
committed by GitHub
parent 37426939da
commit f3bf8c73a3
11 changed files with 969 additions and 1 deletions
+30
View File
@@ -1803,6 +1803,36 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/storefront-development/regions/store-retrieve-region",
title: "Store and Retrieve Regions",
},
{
path: "/storefront-development/regions/context",
title: "Region React Context",
},
],
},
{
path: "/storefront-development/cart",
title: "Carts",
children: [
{
path: "/storefront-development/cart/create",
title: "Create Cart",
},
{
path: "/storefront-development/cart/retrieve",
title: "Retrieve Cart",
},
{
path: "/storefront-development/cart/context",
title: "Cart React Context",
},
{
path: "/storefront-development/cart/update",
title: "Update Cart",
},
{
path: "/storefront-development/cart/manage-items",
title: "Manage Line Items",
},
],
},
],