From ebf0236d21e8b37c4059525a4dc46c736a3d2ebf Mon Sep 17 00:00:00 2001 From: Patrick Jungermann Date: Fri, 21 Oct 2022 09:42:16 +0200 Subject: [PATCH] chore(docs): remove reference to deprecated integration Remove reference to deprecated integration `bitbucket` at `index.md`. Signed-off-by: Patrick Jungermann --- docs/integrations/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index 94f18daa09..b090d6d77e 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -16,17 +16,13 @@ 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 GitHub: ```yaml integrations: github: - host: github.com token: ${GITHUB_TOKEN} - bitbucket: - - host: bitbucket.org - username: ${BITBUCKET_USERNAME} - appPassword: ${BITBUCKET_APP_PASSWORD} ``` See documentation for each type of integration for full details on