Add link to Bitbucket Discovery, fix capitalization

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-04-01 12:13:12 -06:00
parent 9c175ae9b6
commit 2e2cb81fdf
5 changed files with 10 additions and 8 deletions
+1 -2
View File
@@ -7,7 +7,7 @@ description:
---
The Bitbucket integration supports loading catalog entities from bitbucket.org
or a self-hosted BitBucket. Entities can be added to
or a self-hosted Bitbucket. Entities can be added to
[static catalog configuration](../../features/software-catalog/configuration.md),
or registered with the
[catalog-import](https://github.com/backstage/backstage/tree/master/plugins/catalog-import)
@@ -17,7 +17,6 @@ plugin.
integrations:
bitbucket:
- host: bitbucket.org
username: ${BITBUCKET_USERNAME}
token: ${BITBUCKET_TOKEN}
```