From 249b33d1a57ee373708dfb2fc48a83100220a43f Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 15 Sep 2021 11:22:01 +0200 Subject: [PATCH] docs: fixing prettier warnings and reword the text Signed-off-by: blam --- docs/integrations/github/discovery.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/integrations/github/discovery.md b/docs/integrations/github/discovery.md index 51a71ec5ae..71b04c0a4a 100644 --- a/docs/integrations/github/discovery.md +++ b/docs/integrations/github/discovery.md @@ -22,7 +22,7 @@ catalog: # (since 0.13.5) Scan all repositories for a catalog-info.yaml in the root of the default branch - type: github-discovery target: https://github.com/myorg - # Or use a custom pattern for a subset of all repositories + # Or use a custom pattern for a subset of all repositories with default repository - type: github-discovery target: https://github.com/myorg/service-*/blob/-/catalog-info.yaml # Or use a custom file format and location @@ -44,7 +44,8 @@ When using a custom pattern, the target is composed of three parts: - The path within each repository to find the catalog YAML file. This will usually be `/blob/main/catalog-info.yaml`, `/blob/master/catalog-info.yaml` or a similar variation for catalog files stored in the root directory of each - repository. You could also use a dash (`-`) for referring to the default branch. + repository. You could also use a dash (`-`) for referring to the default + branch. ## GitHub API Rate Limits