Add documentation note about multiple merge limitation (#380).

This commit is contained in:
Dan Helfman 2022-05-25 23:12:42 -07:00
parent be59a3e574
commit 316a22701f
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@ Note that this `<<` include merging syntax is only for merging in mappings
(configuration options and their values). But if you'd like to include a
single value directly, please see the section above about standard includes.
Additionally, there is a limitation preventing multiple `<<` include merges
per section. So for instance, that means you can do one `<<` merge at the
global level, another `<<` within each configuration section, etc. (This is a
YAML limitation.)
## Configuration overrides