diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/config.md b/docs/content/config.md index c1179f63..22b6f239 100644 --- a/docs/content/config.md +++ b/docs/content/config.md @@ -243,6 +243,9 @@ See [`--output-dir`](../usage/#--input-dir-and---output-dir). The directory to write rendered output files. Must be used with [`inputDir`](#inputdir). +If the directory is missing, it will be created with the same permissions as the +`inputDir`. + ```yaml inputDir: templates/ outputDir: out/ @@ -258,6 +261,9 @@ An array of output file paths. The special value `-` means `Stdout`. Multiple values can be set, but there must be a corresponding number of `inputFiles` entries present. +If any of the parent directories are missing, they will be created with the same +permissions as the input directories. + ```yaml inputFiles: - first.tmpl |
