1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 11:53:31 +00:00

doc fix howto

This commit is contained in:
deadc0de6
2020-09-14 21:44:08 +02:00
parent 5d2a556bb8
commit 50b54171fd
3 changed files with 2 additions and 2 deletions

View File

@@ -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 * **{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 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`). Note that transformations cannot be used if the dotfiles is to be linked (when `link: link` or `link: link_children`).

View File

@@ -17,7 +17,7 @@ nav:
- 'Config format': 'config-format.md' - 'Config format': 'config-format.md'
- 'Config details': 'config-details.md' - 'Config details': 'config-details.md'
- Templating: 'templating.md' - Templating: 'templating.md'
- HowTo: 'howto/README.md' - HowTo: 'howto/howto.md'
markdown_extensions: markdown_extensions:
- meta - meta
- tables - tables