From 76505049762c2c96ec09222f5f5fe7ec35e55b5f Mon Sep 17 00:00:00 2001 From: deepthi-28 Date: Wed, 29 Jan 2025 13:12:45 +0530 Subject: [PATCH 1/3] Updated documentation of Bitbucket discovery Signed-off-by: deepthi-28 --- docs/integrations/bitbucketCloud/discovery.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/integrations/bitbucketCloud/discovery.md b/docs/integrations/bitbucketCloud/discovery.md index b000a45ccd..b54f99bb33 100644 --- a/docs/integrations/bitbucketCloud/discovery.md +++ b/docs/integrations/bitbucketCloud/discovery.md @@ -121,9 +121,13 @@ catalog: workspace: workspace-name ``` -> **Note:** It is possible but certainly not recommended to skip the provider ID level. +:::note Note + + It is possible but certainly not recommended to skip the provider ID level. > If you do so, `default` will be used as provider ID. +::: + - **`catalogPath`** _(optional)_: Default: `/catalog-info.yaml`. Path where to look for `catalog-info.yaml` files. From 5d3c9bfab3452573fe056e9d18798160fd71b4d7 Mon Sep 17 00:00:00 2001 From: deepthi-28 Date: Wed, 29 Jan 2025 14:11:02 +0530 Subject: [PATCH 2/3] Updated documentation of azure discovery Signed-off-by: deepthi-28 --- docs/integrations/azure/discovery.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integrations/azure/discovery.md b/docs/integrations/azure/discovery.md index e64bf42636..99feb9a806 100644 --- a/docs/integrations/azure/discovery.md +++ b/docs/integrations/azure/discovery.md @@ -85,7 +85,7 @@ The parameters available are: - **`scope`** _(optional)_: `'global'` or `'local'`. Sets the scope of concurrency control. -_Note:_ +:::note Note - The path parameter follows the same rules as the search on Azure DevOps web interface. For more details visit the [official search documentation](https://docs.microsoft.com/en-us/azure/devops/project/search/get-started-search?view=azure-devops). - To use branch parameters, it is necessary that the desired branch be added to the "Searchable branches" list within Azure DevOps Repositories. To do this, follow the instructions below: @@ -97,6 +97,8 @@ _Note:_ 5. In the window that appears, enter the name of the branch you want to add and click "Add". 6. The added branch will now appear in the "Searchable branches" list. +::: + It may take some time before the branch is indexed and searchable. As this provider is not one of the default providers, you will first need to install From 240008acecec5e2b7792c8cdc198d2f7aa1aef45 Mon Sep 17 00:00:00 2001 From: deepthi-28 Date: Mon, 3 Feb 2025 15:18:09 +0530 Subject: [PATCH 3/3] fix prettier Signed-off-by: deepthi-28 --- docs/integrations/bitbucketCloud/discovery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/bitbucketCloud/discovery.md b/docs/integrations/bitbucketCloud/discovery.md index b54f99bb33..ff0e60f498 100644 --- a/docs/integrations/bitbucketCloud/discovery.md +++ b/docs/integrations/bitbucketCloud/discovery.md @@ -123,7 +123,8 @@ catalog: :::note Note - It is possible but certainly not recommended to skip the provider ID level. +It is possible but certainly not recommended to skip the provider ID level. + > If you do so, `default` will be used as provider ID. :::