From 30255673461f75d37db395b92ab99f9c652c450a Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Fri, 29 Mar 2024 10:21:22 +0000 Subject: [PATCH 1/2] docs: mention the ability to register multiple components in a single repo Signed-off-by: MT Lewis --- docs/features/software-catalog/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/features/software-catalog/index.md b/docs/features/software-catalog/index.md index 28712ff0b9..282879d33b 100644 --- a/docs/features/software-catalog/index.md +++ b/docs/features/software-catalog/index.md @@ -40,9 +40,10 @@ browse the catalog at `http://localhost:3000`. ## Adding components to the catalog -The source of truth for the components in your software catalog are -[metadata YAML files](descriptor-format.md) stored in source control (GitHub, -GitHub Enterprise, GitLab, ...). +The source of truth for the components in your software catalog are [metadata +YAML files](descriptor-format.md) stored in source control (GitHub, GitHub +Enterprise, GitLab, ...). Repositories can include multiple metadata files, and +there's no requirement for metadata files to be placed in the repository root. There are 3 ways to add components to the catalog: From f6cfd6c8ac4122c30545c5d4da1070a07dd6b072 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Tue, 2 Apr 2024 15:13:55 +0100 Subject: [PATCH 2/2] Update docs/features/software-catalog/index.md Co-authored-by: Philipp Hugenroth Signed-off-by: MT Lewis --- docs/features/software-catalog/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/features/software-catalog/index.md b/docs/features/software-catalog/index.md index 282879d33b..c98d6911b4 100644 --- a/docs/features/software-catalog/index.md +++ b/docs/features/software-catalog/index.md @@ -42,8 +42,9 @@ browse the catalog at `http://localhost:3000`. The source of truth for the components in your software catalog are [metadata YAML files](descriptor-format.md) stored in source control (GitHub, GitHub -Enterprise, GitLab, ...). Repositories can include multiple metadata files, and -there's no requirement for metadata files to be placed in the repository root. +Enterprise, GitLab, ...). Repositories can include one or multiple metadata +files. Usually the metadata file is located in the repository root. This is not +a formal requirement & metadata files can be placed anywhere in the repository. There are 3 ways to add components to the catalog: