From e430d3ab2bb92a987dad2141a1dfed082875fd91 Mon Sep 17 00:00:00 2001 From: Uzlkav <177883133+Uzlkav@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:59:33 -0600 Subject: [PATCH] wiki: explicitly mention possible include methods --- docs/wiki/Configuration:-Include.md | 6 ++++++ 1 file changed, 6 insertions(+) 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