Backticks

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-26 11:22:38 -06:00
parent f07848c770
commit f5f61e659e
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ The GitLab provider is a structure with three configuration keys:
## Adding the provider to the Backstage frontend
To add the provider to the frontend, add the gitlabAuthApi reference and
SignInPage component to `createApp` in `packages/app/src/App.tsx`:
To add the provider to the frontend, add the `gitlabAuthApi` reference and
`SignInPage` component to `createApp` in `packages/app/src/App.tsx`:
```diff
+ import { gitlabAuthApiRef, SignInConfig, SignInPage } from '@backstage/core';