docs: cache revalidation in next.js storefront + storefront totals (#11887)

* initial changes

* generated sidebar
This commit is contained in:
Shahed Nasser
2025-03-18 12:20:09 +02:00
committed by GitHub
parent ff3885500c
commit 2b2b65f5f7
18 changed files with 647 additions and 83 deletions
+6 -1
View File
@@ -100,7 +100,7 @@ export const toolsSidebar = [
},
{
type: "category",
title: "Payment",
title: "How-to Guides",
initialOpen: true,
children: [
{
@@ -108,6 +108,11 @@ export const toolsSidebar = [
path: "/nextjs-starter/guides/customize-stripe",
title: "Customize Stripe Integration",
},
{
type: "link",
path: "/nextjs-starter/guides/revalidate-cache",
title: "Revalidate Cache",
},
],
},
],