1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

template doc

This commit is contained in:
deadc0de6
2022-09-03 16:10:13 +02:00
parent c9feccd028
commit 61c8559204
14 changed files with 234 additions and 232 deletions

6
mkdocs.yml vendored
View File

@@ -24,7 +24,11 @@ nav:
- 'Dynvariables block': 'config/config-dynvars.md'
- 'Uservariables block': 'config/config-uservars.md'
- 'Templating':
- 'Templating': 'templating.md'
- 'Templating': 'template/templating.md'
- 'Template variables': 'template/template-variables.md'
- 'Template methods': 'template/template-methods.md'
- 'Template filters': 'template/template-filters.md'
- 'Debugging templates': 'template/template-debug.md'
- 'HowTo':
- 'Append text to a dotfile on install': 'howto/append.md'
- 'Create files on install': 'howto/create-special-files.md'