-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (101 loc) · 2.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
105 lines (101 loc) · 2.63 KB
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
96
97
98
99
100
101
102
103
104
105
site_name: unshackle
site_description: Configuration reference for unshackle
site_url: https://docs.unshackle.dev/
repo_url: https://github.com/unshackle-dl/unshackle
docs_dir: docs
theme:
name: material
custom_dir: overrides
favicon: assets/favicon.svg
icon:
logo: custom/no_encryption
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
features:
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
nav:
- Home: README.md
- Creating a Service: CREATING_A_SERVICE.md
- Configuration:
- Service Integration & Auth: SERVICE_CONFIG.md
- Download & Processing: DOWNLOAD_CONFIG.md
- Output & Naming: OUTPUT_CONFIG.md
- Subtitles: SUBTITLE_CONFIG.md
- DRM & CDM: DRM_CONFIG.md
- Network & Proxy: NETWORK_CONFIG.md
- Gluetun VPN: GLUETUN.md
- Advanced & System: ADVANCED_CONFIG.md
- REST API:
- Overview: API.md
- Quick Start: api/quick-start.md
- Authentication: api/authentication.md
- Endpoints: api/endpoints.md
- Endpoint Map: api/endpoint-map.md
- Download Job Lifecycle: api/download-job-lifecycle.md
- Remote Service Sessions: api/remote-service-sessions.md
- Client Configuration: api/client-configuration.md
- Error Responses: api/error-responses.md
- Reference:
- Debug Logging: DEBUG_LOGGING.md