diff --git a/docs/wiki/Configuration:-Include.md b/docs/wiki/Configuration:-Include.md index bbf6a955..2828eae7 100644 --- a/docs/wiki/Configuration:-Include.md +++ b/docs/wiki/Configuration:-Include.md @@ -16,6 +16,12 @@ Settings from included files will be merged with the settings from the main conf Included config files can in turn include more files. All included files are watched for changes, and the config live-reloads when any of them change. +You can include by filename or path. + +* Relative to the current file: `other.kdl` or `./other.kdl` +* By absolute path: `/path/to/file.kdl` +* Since: next release Home dir paths: `~/file.kdl` expands to `/home/user/file.kdl` + Includes work only at the top level of the config: ```kdl,must-fail