From 50b54171fddb2bffbac1ada3e6c42f2b000ffbdc Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 14 Sep 2020 21:44:08 +0200 Subject: [PATCH] doc fix howto --- docs/config-details.md | 2 +- docs/howto/{README.md => howto.md} | 0 mkdocs.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/howto/{README.md => howto.md} (100%) diff --git a/docs/config-details.md b/docs/config-details.md index 4c5bed4..4aee230 100644 --- a/docs/config-details.md +++ b/docs/config-details.md @@ -194,7 +194,7 @@ There are two types of transformations available: * **{1}** will be replaced with a temporary file to store the result of the transformation A typical use-case for transformations is when dotfiles need to be -stored encrypted or compressed. For more see [the howto](howto/README.md). +stored encrypted or compressed. For more see [the howto](howto/howto.md). Note that transformations cannot be used if the dotfiles is to be linked (when `link: link` or `link: link_children`). diff --git a/docs/howto/README.md b/docs/howto/howto.md similarity index 100% rename from docs/howto/README.md rename to docs/howto/howto.md diff --git a/mkdocs.yml b/mkdocs.yml index 8ebbb84..0850f71 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,7 @@ nav: - 'Config format': 'config-format.md' - 'Config details': 'config-details.md' - Templating: 'templating.md' - - HowTo: 'howto/README.md' + - HowTo: 'howto/howto.md' markdown_extensions: - meta - tables