Skip to content

Commit c5cc00c

Browse files
committed
fix(lint): unique headings
1 parent 4f4e958 commit c5cc00c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/content/docs/9.studio/3.providers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use GitHub as your authentication provider, you need to create a GitHub OAuth
3939

4040
Go to [GitHub Developer Settings](https://github.com/settings/developers) and click **New OAuth App**
4141

42-
#### Configure the OAuth Application
42+
#### Configure the GitHub OAuth Application
4343

4444
Fill in the required fields:
4545

@@ -51,14 +51,14 @@ Fill in the required fields:
5151
If you want to try studio locally, add your local url as redirect URI: `http://localhost:3000/__nuxt_studio/auth/gitlab`
5252
:::
5353

54-
#### Copy Your Credentials
54+
#### Copy Your GitHub Credentials
5555

5656
After creating the OAuth app, you'll receive:
5757

5858
- A **Client ID** (visible immediately)
5959
- A **Client Secret** (click **Generate a new client secret**)
6060

61-
#### Set your environment Variables
61+
#### Set your GitHub environment Variables
6262

6363
Add the GitHub OAuth credentials to your deployment platform's environment variables or in your `.env` file in local
6464

@@ -79,7 +79,7 @@ To use GitLab as your authentication provider, you need to create a GitLab OAuth
7979

8080
Go to your GitLab [User Settings → Applications](https://gitlab.com/-/user_settings/applications) (or your group/organization settings) and create a **New Application**.
8181

82-
#### Configure the OAuth Application
82+
#### Configure the GitLab OAuth Application
8383

8484
Fill in the required fields:
8585

@@ -91,14 +91,14 @@ Fill in the required fields:
9191
If you want to try studio locally, add your local url as redirect URI: `http://localhost:3000/__nuxt_studio/auth/gitlab`
9292
:::
9393

94-
#### Copy Your Credentials
94+
#### Copy Your GitLab Credentials
9595

9696
After creating the OAuth application, you'll receive:
9797

9898
- An **Application ID** (visible immediately)
9999
- A **Secret** (visible immediately)
100100

101-
#### Set your environment Variables
101+
#### Set your GitLab environment Variables
102102

103103
Add the GitLab OAuth credentials to your deployment platform's environment variables or in your `.env` file in local
104104

@@ -172,7 +172,7 @@ After creating the OAuth client, you'll receive:
172172
Google OAuth is used for authentication only. The Git Personal Access Token (`STUDIO_GITHUB_TOKEN` or `STUDIO_GITLAB_TOKEN`) is required to push changes to your repository.
173173
:::
174174

175-
#### Set your environment Variables
175+
#### Set your Google environment Variables
176176

177177
Add the **Google OAuth credentials** and the **Personal Access Token** for your Git provider to your deployment platform's environment variables or in your `.env` file locally. Do not forget to also whitelist users allowed to connect with Google with the `STUDIO_GITHUB_MODERATORS` variable.
178178

0 commit comments

Comments
 (0)