From fcea2f5462287e56b5487fa2c2857732db754bdd Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 20 Jun 2025 06:39:59 -0700 Subject: [PATCH] content: Note that config/env/cascade.xxx is not supported --- content/en/configuration/introduction.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/configuration/introduction.md b/content/en/configuration/introduction.md index 8f8ad4c1e..77fce4e8a 100644 --- a/content/en/configuration/introduction.md +++ b/content/en/configuration/introduction.md @@ -79,6 +79,11 @@ my-project/ The root configuration keys are {{< root-configuration-keys >}}. +> [!note] +> You must define `cascade` tables in the root configuration file. You cannot define `cascade` tables in a dedicated file. See issue [#12899] for details. + +[#12899]: https://github.com/gohugoio/hugo/issues/12899 + ### Omit the root key When splitting the configuration by root key, omit the root key in the component file. For example, these are equivalent: