Merge pull request #10731 from backstage/freben/doc-gh-discovery

update dependencies needed in the github docs
This commit is contained in:
Johan Haals
2022-04-11 10:12:39 +02:00
committed by GitHub
+3 -2
View File
@@ -16,11 +16,12 @@ catalog.
You will have to add the processors in the catalog initialization code of your
backend. They are not installed by default, therefore you have to add a
dependency to `@backstage/plugin-catalog-backend-module-github` to your backend
package.
dependency on `@backstage/plugin-catalog-backend-module-github` to your backend
package, plus `@backstage/integration` for the basic credentials management:
```bash
# From your Backstage root directory
yarn add --cwd packages/backend @backstage/integration
yarn add --cwd packages/backend @backstage/plugin-catalog-backend-module-github
```