소스 검색

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

Dan Helfman 3 년 전
부모
커밋
316a22701f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/how-to/make-per-application-backups.md

+ 5 - 0
docs/how-to/make-per-application-backups.md

@@ -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