Merge pull request #22541 from sennyeya/documentation/getting-started

docs: start adding user roles to getting started documentation
This commit is contained in:
Ben Lambert
2024-03-05 13:24:03 +01:00
committed by GitHub
20 changed files with 548 additions and 516 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ You can check the official docs to [configure your webhook](https://docs.github.
## Configuration
To use the discovery provider, you'll need a GitHub integration
[set up](locations.md) with either a [Personal Access Token](../../getting-started/configuration.md#setting-up-a-github-integration) or [GitHub Apps](./github-apps.md).
[set up](locations.md) with either a [Personal Access Token](../../getting-started/config/authentication.md) or [GitHub Apps](./github-apps.md).
Then you can add a `github` config to the catalog providers configuration:
@@ -294,7 +294,7 @@ export default async function createPlugin(
## Configuration
To use the discovery processor, you'll need a GitHub integration
[set up](locations.md) with either a [Personal Access Token](../../getting-started/configuration.md#setting-up-a-github-integration) or [GitHub Apps](./github-apps.md).
[set up](locations.md) with either a [Personal Access Token](../../getting-started/config/authentication.md) or [GitHub Apps](./github-apps.md).
Then you can add a location target to the catalog configuration: