Merge pull request #14270 from Bonial-International-GmbH/pjungermann/docs/integrations

chore(docs): remove reference to deprecated integration
This commit is contained in:
Fredrik Adelöw
2022-10-21 10:19:42 +01:00
committed by GitHub
+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