Fixed links and MkDocs config

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-07-05 13:32:46 -05:00
parent 0976bbd152
commit b4e401fd9e
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -100,4 +100,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-atlassian-provider'));
To add the provider to the frontend, add the `atlassianAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -64,4 +64,4 @@ Auth0 requires a session, so you need to give the session a secret key.
To add the provider to the frontend, add the `auth0AuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -90,4 +90,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-bitbucket-provider'));
To add the provider to the frontend, add the `bitbucketAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -37,7 +37,7 @@ The Bitbucket Server provider is a structure with two configuration keys:
## Adding the provider to the Backstage frontend
To add the provider to the frontend, add the `bitbucketServerAuthApi` reference and `SignInPage` component as shown
in [Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
in [Adding the provider to the sign-in page](../index.md#sign-in-configuration).
## Using Bitbucket Server for sign-in
+1 -1
View File
@@ -108,4 +108,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-github-provider'));
To add the provider to the frontend, add the `githubAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -99,4 +99,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-gitlab-provider'));
To add the provider to the frontend, add the `gitlabAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -93,4 +93,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-google-provider'));
To add the provider to the frontend, add the `googleAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -125,4 +125,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-microsoft-provider'));
To add the provider to the frontend, add the `microsoftAuthApiRef` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -104,4 +104,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-okta-provider'));
To add the provider to the frontend, add the `oktaAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -90,4 +90,4 @@ backend.add(import('@backstage/plugin-auth-backend-module-onelogin-provider'));
To add the provider to the frontend, add the `oneloginAuthApi` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -109,4 +109,4 @@ backend.add(
To add the provider to the frontend, add the `vmwareCloudAuthApiRef` reference and
`SignInPage` component as shown in
[Adding the provider to the sign-in page](../index.md#adding-the-provider-to-the-sign-in-page).
[Adding the provider to the sign-in page](../index.md#sign-in-configuration).
+1 -1
View File
@@ -158,7 +158,7 @@ nav:
- Azure EasyAuth: 'auth/microsoft/azure-easyauth.md'
- Bitbucket: 'auth/bitbucket/provider.md'
- Bitbucket Server: 'auth/bitbucketServer/provider.md'
- Cloudflare Access: 'auth/cloudflare/access.md'
- Cloudflare Access: 'auth/cloudflare/provider.md'
- GitHub: 'auth/github/provider.md'
- GitLab: 'auth/gitlab/provider.md'
- Google: 'auth/google/provider.md'