docs: update storefront development snippets for next.js 15 compatibility (#10843)

This commit is contained in:
Shahed Nasser
2025-01-07 09:02:18 +02:00
committed by GitHub
parent 47594192b7
commit 4c0546a8e9
24 changed files with 179 additions and 252 deletions
@@ -125,11 +125,6 @@ export const storefrontGuidesSidebar = [
type: "category",
title: "Carts",
children: [
{
type: "link",
path: "/storefront-development/cart",
title: "Overview",
},
{
type: "link",
path: "/storefront-development/cart/create",
@@ -204,11 +199,6 @@ export const storefrontGuidesSidebar = [
type: "category",
title: "Customers",
children: [
{
type: "link",
path: "/storefront-development/customers",
title: "Overview",
},
{
type: "link",
path: "/storefront-development/customers/register",