-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
57 lines (50 loc) · 1.74 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# https://squidfunk.github.io/mkdocs-material/getting-started
site_name: Emonoda
site_description: Система управления коллекцией торрентов
site_author: Maxim Devaev
site_url: https://mdevaev.github.io/emonoda
repo_name: mdevaev/emonoda
repo_url: https://github.com/mdevaev/emonoda
copyright: "Copyright © 2018 Maxim Devaev"
theme:
name: material
custom_dir: docs/theme
feature:
tabs: false
palette:
primary: blue grey
accent: pink
extra:
social:
- type: github-alt
link: https://github.com/mdevaev/emonoda
search:
language: "en, ru"
markdown_extensions:
- admonition
- toc:
permalink: true
- codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
pages:
- "Emonoda -- 得物だ": index.md
- "Настройка":
- "Общие принципы настройки": config.md
- "Настройка интеграции с торрент-клиентом": clients.md
- "Настройка трекеров": trackers.md
- "Настройка оповещений об обновлениях": confetti.md
- "Команды":
- "emupdate": emupdate.md
- "emfile": emfile.md
- "emdiff": emdiff.md
- "emload": emload.md
- "emrm": emrm.md
- "emfind": emfind.md
- "emconfetti-demo": emconfetti-demo.md
- "emconfetti-tghi": emconfetti-tghi.md
- "Спецкостыли для клиентов": hooks.md
- "Инфа для разработчиков":
- "rTorrent XMLRPC Reference": rTorrent-XMLRPC-Reference.md
- "rTorrent system_multicall": rTorrent-system_multicall.md