1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00
Files
dotdrop/mkdocs.yml
2022-06-25 14:56:38 +02:00

50 lines
1.7 KiB
YAML

site_name: dotdrop
site_url: https://github.com/deadc0de6/dotdrop
repo_url: https://github.com/deadc0de6/dotdrop
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
#collapse_navigation: false
use_directory_urls: true
nav:
- 'Dotdrop': 'README.md'
- 'Installation': 'installation.md'
- 'Getting started': 'getting-started.md'
- 'Usage': 'usage.md'
- 'Config':
- 'Config file': 'config-file.md'
- 'Config block': 'config-config.md'
- 'Dotfiles block': 'config-dotfiles.md'
- 'Profiles block': 'config-profiles.md'
- 'Actions block': 'config-actions.md'
- 'Transformations block': 'config-transformations.md'
- 'Variables block': 'config-variables.md'
- 'Dynvariables block': 'config-dynvars.md'
- 'Uservariables block': 'config-uservars.md'
- 'Templating':
- 'Templating': 'templating.md'
- 'HowTo':
- 'Append text to a dotfile on install': 'howto/append.md'
- 'Create files on install': 'howto/create-special-files.md'
- 'Handle compressed directories': 'howto/store-compressed-directories.md'
- 'Handle secrets': 'howto/sensitive-dotfiles.md'
- 'Handle special chars': 'howto/special-chars.md'
- 'Improve Git integration': 'howto/improve-git-integration.md'
- 'Include files or templates in templates': 'howto/include-in-template.md'
- 'Manage system dotfiles': 'howto/system-config-files.md'
- 'Merge files on install': 'howto/merge-files-when-installing.md'
- 'Prompt user for variables': 'howto/prompt-user-for-variables.md'
- 'Share content across dotfiles': 'sharing-content.md'
- 'Symlink dotfiles': 'symlink-dotfiles.md'
markdown_extensions:
- meta
- tables
- fenced_code
- toc:
permalink: True
extra_css:
- css/extra.css