diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index f028bb9b4b..26a20a3bca 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -167,10 +167,10 @@ import { githubAuthApiRef } from '@backstage/core-plugin-api'; import { SignInProviderConfig, SignInPage } from '@backstage/core-components'; const githubProvider: SignInProviderConfig = { - id: 'github-auth-provider', - title: 'GitHub', - message: 'Sign in using GitHub', - apiRef: githubAuthApiRef, + id: 'github-auth-provider', + title: 'GitHub', + message: 'Sign in using GitHub', + apiRef: githubAuthApiRef, }; ``` diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 2edb7004a1..a622313739 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -88,10 +88,10 @@ carry on with the database steps.

In the next part of this tutorial, you'll learn how to change to a persistent - database, configure authentication, and add your first integration. Continue - with [getting started: Configuring Backstage](configuration.md). +database, configure authentication, and add your first integration. Continue +with [getting started: Configuring Backstage](configuration.md). -Share your experiences, comments, or suggestions with us: +Share your experiences, comments, or suggestions with us: [on discord](https://discord.gg/EBHEGzX), file issues for any [feature](https://github.com/backstage/backstage/issues/new?labels=help+wanted&template=feature_template.md) or