From 2e2cb81fdf43620dd03c6ef3a8874f3b859ecbb3 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Thu, 1 Apr 2021 12:13:12 -0600 Subject: [PATCH] Add link to Bitbucket Discovery, fix capitalization Signed-off-by: Tim Hansen --- docs/features/software-templates/installation.md | 2 +- docs/features/techdocs/README.md | 2 +- docs/integrations/bitbucket/locations.md | 3 +-- docs/integrations/index.md | 4 ++-- microsite/sidebars.json | 7 +++++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/features/software-templates/installation.md b/docs/features/software-templates/installation.md index baaa45a26d..e145567666 100644 --- a/docs/features/software-templates/installation.md +++ b/docs/features/software-templates/installation.md @@ -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 diff --git a/docs/features/techdocs/README.md b/docs/features/techdocs/README.md index 7025364f78..6732b3ab18 100644 --- a/docs/features/techdocs/README.md +++ b/docs/features/techdocs/README.md @@ -43,7 +43,7 @@ providers are used. | ---------------------------- | -------------- | | GitHub | Yes ✅ | | GitHub Enterprise | Yes ✅ | -| BitBucket | Yes ✅ | +| Bitbucket | Yes ✅ | | Azure DevOps | Yes ✅ | | GitLab | Yes ✅ | | GitLab Enterprise | Yes ✅ | diff --git a/docs/integrations/bitbucket/locations.md b/docs/integrations/bitbucket/locations.md index 33490455d4..588d8b3bcc 100644 --- a/docs/integrations/bitbucket/locations.md +++ b/docs/integrations/bitbucket/locations.md @@ -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} ``` diff --git a/docs/integrations/index.md b/docs/integrations/index.md index 544ce08ac4..6c12aa8666 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -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: diff --git a/microsite/sidebars.json b/microsite/sidebars.json index b719f9329c..fd21726271 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -113,8 +113,11 @@ }, { "type": "subcategory", - "label": "BitBucket", - "ids": ["integrations/bitbucket/locations"] + "label": "Bitbucket", + "ids": [ + "integrations/bitbucket/locations", + "integrations/bitbucket/discovery" + ] }, { "type": "subcategory",