-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
69 lines (67 loc) · 1.82 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
58
59
60
61
62
63
64
65
66
67
68
69
---
site_name: pyrosimple
site_url: https://kannibalox.github.io/pyrosimple/
repo_url: https://github.com/kannibalox/pyrosimple
nav:
- Home: index.md
- Quick Start: quickstart.md
- User Guide:
- rtxmlrpc: usage-rtxmlrpc.md
- rtcontrol: usage-rtcontrol.md
- pyrotorque: usage-pyrotorque.md
- "mktor/lstor/chtor": usage-tor.md
- How-tos:
- Changing announce URLs: changing-announce.md
- Integrate with Conky: conky.md
- General maintenance tasks: maintenance-tasks.md
- Pyrotorque tutorial: pyrotorque-tutorial.md
- Reference:
- Configuration: configuration.md
- Torque Jobs: pyrotorque-jobs.md
- Advanced:
- rTorrent Setup: rtorrent-config.md
- Experimental Features: experimental.md
- Tips & Tricks: tips.md
- Migrating from pyrocore: migrate.md
- Custom Code: custom-code.md
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- toc.integrate
font:
code: Inconsolata
text: Lato
icon:
logo: fontawesome/regular/sun
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- include-markdown
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences