wiki: explicitly mention possible include methods

This commit is contained in:
Uzlkav
2026-04-21 21:59:33 -06:00
committed by Ivan Molodetskikh
parent e472b5b0f1
commit e430d3ab2b
+6
View File
@@ -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`
* <sup>Since: next release</sup> Home dir paths: `~/file.kdl` expands to `/home/user/file.kdl`
Includes work only at the top level of the config:
```kdl,must-fail