docs: cache revalidation in next.js storefront + storefront totals (#11887)
* initial changes * generated sidebar
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user