1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00
Files
dotdrop/mkdocs.yml
2020-09-13 20:28:41 +02:00

21 lines
486 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: 'README.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
- Config: 'config/config.md'
- Template: 'template/templating.md'
- HowTo: 'howto/README.md'
- Contributing: 'contributing.md'
markdown_extensions:
- toc:
baselevel: 2
permalink: "#"