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
@@ -891,6 +891,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx",
"pathname": "/nextjs-starter/guides/customize-stripe"
},
{
"filePath": "/www/apps/resources/app/nextjs-starter/guides/revalidate-cache/page.mdx",
"pathname": "/nextjs-starter/guides/revalidate-cache"
},
{
"filePath": "/www/apps/resources/app/nextjs-starter/page.mdx",
"pathname": "/nextjs-starter"
@@ -1039,6 +1043,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/storefront-development/cart/retrieve/page.mdx",
"pathname": "/storefront-development/cart/retrieve"
},
{
"filePath": "/www/apps/resources/app/storefront-development/cart/totals/page.mdx",
"pathname": "/storefront-development/cart/totals"
},
{
"filePath": "/www/apps/resources/app/storefront-development/cart/update/page.mdx",
"pathname": "/storefront-development/cart/update"
@@ -1055,6 +1063,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/storefront-development/checkout/email/page.mdx",
"pathname": "/storefront-development/checkout/email"
},
{
"filePath": "/www/apps/resources/app/storefront-development/checkout/order-confirmation/page.mdx",
"pathname": "/storefront-development/checkout/order-confirmation"
},
{
"filePath": "/www/apps/resources/app/storefront-development/checkout/page.mdx",
"pathname": "/storefront-development/checkout"