@@ -45,4 +45,4 @@ export { plugin as Org } from '@backstage/plugin-org';
|
||||
export { plugin as Kafka } from '@backstage/plugin-kafka';
|
||||
export { todoPlugin } from '@backstage/plugin-todo';
|
||||
export { badgesPlugin } from '@backstage/plugin-badges';
|
||||
export { plugin as githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
|
||||
export { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
|
||||
|
||||
@@ -23,7 +23,7 @@ yarn add @backstage/plugin-github-deployments
|
||||
```typescript
|
||||
// packages/app/src/plugins.ts
|
||||
|
||||
export { plugin as GithubDeployments } from '@backstage/plugin-github-deployments';
|
||||
import { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
|
||||
```
|
||||
|
||||
3. Add the `EntityGithubDeploymentsCard` to the EntityPage:
|
||||
|
||||
Reference in New Issue
Block a user