1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00
Files
dotdrop/mkdocs.yml
2022-05-27 12:37:57 +02:00

39 lines
991 B
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': 'config-config.md'
- 'Dotfiles': 'config-dotfiles.md'
- 'Profiles': 'config-profiles.md'
- 'Actions': 'config-actions.md'
- 'Transformations': 'config-transformations.md'
- 'Variables': 'config-variables.md'
- 'Dynvariables': 'config-dynvars.md'
- 'Uservariables': 'config-uservars.md'
- 'Templating':
- 'Templating': 'templating.md'
- 'More':
- 'HowTo': 'howto/howto.md'
markdown_extensions:
- meta
- tables
- fenced_code
- toc:
permalink: True
extra_css:
- css/extra.css