From cce7618431c76b37480631afba33ed9b281e01e7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 26 May 2022 22:25:11 +0200 Subject: [PATCH] update doc for #346 --- docs/config-file.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/config-file.md b/docs/config-file.md index 5ab1ab2..8c5ac27 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -130,9 +130,10 @@ Some entries in the config can be templated (See [templating](templating.md)): Entry | Related doc -------- | ------------- -dotfile src | [Dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) -dotfile dst | [Dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) -dotfile link | [Dynamic dotfile link value](config-dotfiles.md#dynamic-dotfile-link-value) +dotpath | [config entries](config-config.md#config-entry) +dotfile src | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) +dotfile dst | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) +dotfile link | [dynamic dotfile link value](config-dotfiles.md#dynamic-dotfile-link-value) variables | [variables](config-variables.md) dynvariables | [dynvariables](config-dynvars.md) actions | [dynamic actions](config-dynvars.md)