Corrected README imports not to be from alpha
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -78,7 +78,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend/alpha';
|
||||
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { devtoolsPlugin } from '@backstage/plugin-devtools-backend/alpha';
|
||||
+ import { devtoolsPlugin } from '@backstage/plugin-devtools-backend';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { linguistPlugin } from '@backstage/plugin-linguist-backend/alpha';
|
||||
+ import { linguistPlugin } from '@backstage/plugin-linguist-backend';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user