From e6816755a95c95a3b26ef6fddd00b83ed8fcb2d8 Mon Sep 17 00:00:00 2001 From: Benjamin Janssens Date: Thu, 14 Aug 2025 15:59:06 +0200 Subject: [PATCH] docs(catalog): improve documentation Signed-off-by: Benjamin Janssens --- docs/integrations/github/discovery.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integrations/github/discovery.md b/docs/integrations/github/discovery.md index c501c24155..4a40b25361 100644 --- a/docs/integrations/github/discovery.md +++ b/docs/integrations/github/discovery.md @@ -2,7 +2,7 @@ id: discovery title: GitHub Discovery sidebar_label: Discovery -description: Automatically discovering catalog entities from repositories in a GitHub organization +description: Automatically discovering catalog entities from repositories in a GitHub organization or App --- :::info @@ -12,8 +12,8 @@ This documentation is written for [the new backend system](../../backend-system/ ## GitHub Provider The GitHub integration has a discovery provider for discovering catalog -entities within a GitHub organization. The provider will crawl the GitHub -organization and register entities matching the configured path. This can be +entities within a GitHub organization or App. The provider will crawl the GitHub +organization or App and register entities matching the configured path. This can be useful as an alternative to static locations or manually adding things to the catalog. This is the preferred method for ingesting entities into the catalog. @@ -252,7 +252,7 @@ catalog: catalogPath: '/catalog-info.yaml' # string ``` -This provider supports multiple organizations via unique provider IDs. +This provider supports multiple organizations and apps via unique provider IDs. :::note Note