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:
@@ -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`).
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user