feat: logo and plugin information added
Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
This commit is contained in:
@@ -12,7 +12,7 @@ It will help you and your team stay on top of open pull requests, hopefully redu
|
||||
|
||||
## Getting started
|
||||
|
||||
The plugin exports the **TeamPullRequestsBoard** component which can be added to the Overview page ot the team at `backstage/packages/app/src/components/catalog/EntityPage.tsx`
|
||||
The plugin exports the **TeamPullRequestsBoard** component which can be added to the Overview page of the team at `backstage/packages/app/src/components/catalog/EntityPage.tsx`
|
||||
|
||||
```javascript
|
||||
import { TeamPullRequestsBoard } from '@backstage/plugin-github-pull-requests-board';
|
||||
@@ -43,7 +43,7 @@ const groupPage = (
|
||||
);
|
||||
```
|
||||
|
||||
Or you can also import the **TeamPullRequestsPage** component which can be used to add a new page on the group page at `backstage/packages/app/src/components/catalog/EntityPage.tsx`
|
||||
Or you can also import the **TeamPullRequestsPage** component which can be used to add a new tab under the group page at `backstage/packages/app/src/components/catalog/EntityPage.tsx`
|
||||
|
||||
```javascript
|
||||
import { TeamPullRequestsPage } from '@backstage/plugin-github-pull-requests-board';
|
||||
|
||||
Reference in New Issue
Block a user