docs: create returns from storefront tutorial (#13522)

* docs: create returns from storefront tutorial

* small change

* generate llms

* add location ID
This commit is contained in:
Shahed Nasser
2025-09-24 12:06:26 +03:00
committed by GitHub
parent 10787c865f
commit c4c2231a31
12 changed files with 2694 additions and 13 deletions
+12 -5
View File
@@ -108,11 +108,6 @@ export const toolsSidebar = [
title: "How-to Guides",
initialOpen: true,
children: [
{
type: "link",
path: "/nextjs-starter/guides/customize-stripe",
title: "Use Stripe's Payment Element",
},
{
type: "link",
path: "/nextjs-starter/guides/revalidate-cache",
@@ -126,6 +121,18 @@ export const toolsSidebar = [
autogenerate_tags: "nextjs+tutorial",
autogenerate_as_ref: true,
sort_sidebar: "alphabetize",
children: [
{
type: "link",
path: "/nextjs-starter/guides/customize-stripe",
title: "Use Stripe's Payment Element",
},
{
type: "link",
path: "/nextjs-starter/guides/storefront-returns",
title: "Create Order Returns",
},
],
},
],
},