chore(docs): remove reference to deprecated integration

Remove reference to deprecated integration `bitbucket` at `index.md`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-10-21 09:42:16 +02:00
parent 8db366cc4c
commit ebf0236d21
+1 -5
View File
@@ -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