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
@@ -211,7 +211,7 @@ integrations:
$env: GITLAB_TOKEN
```
#### BitBucket
#### Bitbucket
For Bitbucket there are two authentication methods supported. Either `token` or
a combination of `appPassword` and `username`. It looks like either of the
+1 -1
View File
@@ -43,7 +43,7 @@ providers are used.
| ---------------------------- | -------------- |
| GitHub | Yes ✅ |
| GitHub Enterprise | Yes ✅ |
| BitBucket | Yes ✅ |
| Bitbucket | Yes ✅ |
| Azure DevOps | Yes ✅ |
| GitLab | Yes ✅ |
| GitLab Enterprise | Yes ✅ |
+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}
```
+2 -2
View File
@@ -8,7 +8,7 @@ description:
---
Integrations allow Backstage to read or publish data using external providers
such as GitHub, GitLab, BitBucket, LDAP, or cloud providers.
such as GitHub, GitLab, Bitbucket, LDAP, or cloud providers.
## Configuration
@@ -17,7 +17,7 @@ integrations are used by many Backstage core features and other plugins.
Each key under `integrations` is a separate configuration for a single external
provider. Providers each have different configuration; here's an example of
configuration to use both GitHub and BitBucket:
configuration to use both GitHub and Bitbucket:
```yaml
integrations:
+5 -2
View File
@@ -113,8 +113,11 @@
},
{
"type": "subcategory",
"label": "BitBucket",
"ids": ["integrations/bitbucket/locations"]
"label": "Bitbucket",
"ids": [
"integrations/bitbucket/locations",
"integrations/bitbucket/discovery"
]
},
{
"type": "subcategory",