mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +00:00
18 lines
505 B
YAML
18 lines
505 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'
|
|
- Contributing: 'contributing.md'
|