From 62bd21ce8dd8619d5f6f9a6ac160eadfa7e73ed6 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 4 Apr 2023 01:33:04 +0000 Subject: [PATCH] docs: improve docs on scoop.folder refs #3899 --- www/docs/customization/scoop.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/docs/customization/scoop.md b/www/docs/customization/scoop.md index 09f65a724..7640c7ce4 100644 --- a/www/docs/customization/scoop.md +++ b/www/docs/customization/scoop.md @@ -41,6 +41,11 @@ scoop: token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}" # Folder inside the repository to put the scoop. + # + # Note that while scoop works if the manifests are in a folder, + # 'scoop bucket list' will show 0 manifests if they are not in the root + # folder. + # In short, it's generaly better to leave this empty. folder: Scoops # Git author used to commit to the repository.