-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
95 lines (89 loc) · 2.65 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Tunarr
repo_name: chrisbenincasa/tunarr
repo_url: https://github.com/chrisbenincasa/tunarr
site_url: https://tunarr.com/
theme:
name: material
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/tunarr.png
features:
- navigation.tracking
- navigation.path
- navigation.sections
- navigation.indexes
- content.code.copy
- content.code.select
nav:
- Home: index.md
- Getting Started:
- Install: getting-started/installation.md
- Run: getting-started/run.md
- Setup: getting-started/setup.md
- Configure:
- Channels:
- configure/channels/index.md
- Properties: configure/channels/properties.md
- Flex: configure/channels/flex.md
- EPG: configure/channels/epg.md
- Transcoding: configure/channels/transcoding.md
- Programming: configure/programming.md
- Scheduling Tools:
- configure/scheduling-tools/index.md
- Time Slots: configure/scheduling-tools/time-slots.md
- Random Slots: configure/scheduling-tools/random-slots.md
- Balance: configure/scheduling-tools/balance.md
- Replicate: configure/scheduling-tools/replicate.md
- Consolidate: configure/scheduling-tools/consolidate.md
- Library:
- configure/library/index.md
- Filler: configure/library/filler.md
- Custom Shows: configure/library/custom-shows.md
- System:
- configure/system/index.md
- Security: configure/system/security.md
- FFmpeg: configure/system/ffmpeg.md
- Clients:
- configure/clients/index.md
- Plex: configure/clients/plex.md
- Jellyfin: configure/clients/jellyfin.md
- Misc.:
- Common Issues: misc/common-issues.md
- Troubleshooting: misc/troubleshooting.md
- Development:
- Contributing: dev/contributing.md
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike