Skip to content

Commit 96a8819

Browse files
Merge pull request #496 from kinde-oss/Fix/Standardise-Next-js
Fix/standardise next js
2 parents 9e8280c + f8de55f commit 96a8819

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/content/docs/billing/about-billing/about-billing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ relatedArticles:
77
- 9d1daf85-1a2c-4cc5-879a-230c950bed12
88
- e6dde80d-2977-419f-a05a-62ad0a7ac6de
99
- 100f75f1-a0a4-459f-874f-da127f2d0615
10+
app_context:
11+
- m: billing
12+
s: plans
1013
---
1114

1215
Kinde billing gives you the ability to charge customers for your services and collect revenue.

src/content/docs/developer-tools/guides/deploy-on-vercel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to test what your app will look like with Kinde auth, follow this gu
1515

1616
- A [Vercel](https://vercel.com/) account - You can sign up free using GitHub or your email.
1717
- A [GitHub](https://github.com/) account - You can use third-party Git sources, but this tutorial will focus on GitHub.
18-
- A deployed application that uses Kinde OR a starter kit such as the [NextJS starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit).
18+
- A deployed application that uses Kinde OR a starter kit such as the [Next.js starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit).
1919

2020
## (Optional) Set up a project using a Kinde starter kit
2121

src/content/docs/integrate/third-party-tools/kinde-supabase.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this guide, we will walk through integrating Kinde and Supabase to build a pe
2424
1. [Sign in to Kinde](https://kinde.com/) and on the front page, select **Add application**.
2525
2. Enter a name for the application and select **Back-end web** as the application type.
2626
3. Select **Save**. The **Quick start** page opens.
27-
4. Select **NextJS** from the list of back-end SDKs, then select **Save**.
27+
4. Select **Next.js** from the list of back-end SDKs, then select **Save**.
2828
5. On the **Quick Start** page, select either **Starter Kit** or **Existing codebase** and follow the setup steps. For either path:
2929
1. Select **Set** for each default callback URL to configure your application's callback settings.
3030

@@ -102,7 +102,7 @@ In this guide, we will walk through integrating Kinde and Supabase to build a pe
102102
It also inserts four sample todo items. We will need this for later.
103103

104104

105-
## Step 3: Setup a NextJS project with Supabase and Kinde
105+
## Step 3: Setup a Next.js project with Supabase and Kinde
106106

107107
1. Run the following command in your terminal window to start a new project with Next.js and Supabase. Follow the on-screen instructions.
108108

0 commit comments

Comments
 (0)