Merge pull request #22309 from AmbrishRamachandiran/bitrise_readme

Updated readme document of bitrise plugin
This commit is contained in:
Patrik Oldsberg
2024-01-18 13:10:56 +01:00
committed by GitHub
2 changed files with 8 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bitrise': patch
---
Update README
+3 -4
View File
@@ -28,9 +28,8 @@ const websiteEntityPage = (
</EntityLayout.Route>
```
Now your plugin should be visible as a tab at the top of the entity pages,
specifically for components that are of the type `website`.
However, it warns of a missing `bitrise.io/app` annotation.
Your plugin should now appear as a tab at the top of entity pages, particularly for `website` component types.
However, it alerts you to a missing `bitrise.io/app` annotation.
Add the annotation to your component [catalog-info.yaml](https://github.com/backstage/backstage/blob/master/catalog-info.yaml) as shown in the highlighted example below:
@@ -51,4 +50,4 @@ proxy:
Authorization: ${BITRISE_AUTH_TOKEN}
```
Learn on https://devcenter.bitrise.io/api/authentication how to create a new Bitrise token.
Learn how to generate a new Bitrise token at https://devcenter.bitrise.io/api/authentication.