docs: change naming of Next.js starter (#4494)

This commit is contained in:
Shahed Nasser
2023-07-11 11:35:08 +03:00
committed by GitHub
parent 4b4296dc16
commit fbece1d27e
39 changed files with 97 additions and 97 deletions

View File

@@ -9,9 +9,9 @@ const paths: LearningPathType[] = [
description: "Create and deploy a full-fledged ecommerce store.",
steps: [
{
title: "Create a Next.js storefront",
title: "Create a Next.js Starter Template",
description:
"Create a Next.js storefront and connect it to your Medusa backend.",
"Create a Next.js Starter Template and connect it to your Medusa backend.",
path: "/starters/nextjs-medusa-starter",
},
{
@@ -100,7 +100,7 @@ const paths: LearningPathType[] = [
path: "/starters/nextjs-medusa-starter",
descriptionJSX: (
<>
Build a storefront either using the Next.js starter or{" "}
Build a storefront either using the Next.js Starter Template or{" "}
<Link href="/storefront/roadmap">from scratch</Link>.
</>
),
@@ -168,7 +168,7 @@ const paths: LearningPathType[] = [
path: "/starters/nextjs-medusa-starter",
descriptionJSX: (
<>
Build a storefront either using the Next.js starter or{" "}
Build a storefront either using the Next.js Starter Template or{" "}
<Link href="/storefront/roadmap">from scratch</Link>.
</>
),