mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 23:14:47 +00:00
adding mkdocs
This commit is contained in:
18
mkdocs.yml
Normal file
18
mkdocs.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
markdown_extensions:
|
||||
- mdx_truly_sane_lists
|
||||
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'
|
||||
Reference in New Issue
Block a user