From 936fa1078294734b5761058f84e1dcf3333141d7 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Tue, 17 Jun 2025 06:36:46 +0200 Subject: [PATCH] Update file-based-catalogs.md: improve composability example Signed-off-by: Joe Lanford --- content/en/docs/Reference/file-based-catalogs.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Reference/file-based-catalogs.md b/content/en/docs/Reference/file-based-catalogs.md index 20cc2a78..458ad57f 100644 --- a/content/en/docs/Reference/file-based-catalogs.md +++ b/content/en/docs/Reference/file-based-catalogs.md @@ -95,12 +95,13 @@ catalog composition, discovery, and navigation as simple as trivial filesystem o > ├── pkgA > │ └── operator.yaml > ├── pkgB -> │ ├── .indexignore +> │ ├── .indexignore # to ignore README.md > │ ├── operator.yaml -> │ └── objects -> │ └── pkgB.v0.1.0.clusterserviceversion.yaml +> │ └── README.md > └── pkgC -> └── operator.json +> │ ├── package.json +> │ ├── channels.yaml +> └── bundles.json > ``` This catalog could also be trivially included in a parent catalog by simply copying it into the parent catalog's root