1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00
Files
dotdrop/mkdocs.yml
2020-09-12 14:26:16 +02:00

17 lines
469 B
YAML

site_name: dotdrop
site_url: https://github.com/deadc0de6/dotdrop
repo_url: https://github.com/deadc0de6/dotdrop
theme:
name: readthedocs
highlightjs: true
use_directory_urls: true
nav:
- Home: 'index.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
- Config: 'config/config.md'
- Template: 'template/templating.md'
- HowTo: 'howto/index.md'
- Dependencies: 'meta/dependencies.md'
- People using dotdrop: 'meta/people-using-dotdrop.md'