feat: logo and plugin information added

Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
This commit is contained in:
Talita Gregory Nunes Freire
2022-04-22 20:24:42 +02:00
parent 37f2d5be52
commit 09286fefa7
3 changed files with 41 additions and 2 deletions
+2 -2
View File
@@ -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';