-
-
Notifications
You must be signed in to change notification settings - Fork 227
/
mkdocs.yml
183 lines (175 loc) · 6.98 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
site_name: TRaSH Guides
site_description: Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.
site_author: TRaSH
site_url: https://trash-guides.info/
repo_url: https://github.com/TRaSH-Guides/Guides
repo_name: TRaSH-Guides
# ignores absolute warnings we have
# warns on missing/broken links
validation:
omitted_files: warn
not_found: warn
absolute_links: ignore
# fails to build on warnings
strict: true
copyright: Copyright © 2024 TRaSH
extra:
analytics:
provider: google
property: G-ZZKM4MPQXL
social:
- icon: fontawesome/brands/discord
link: https://trash-guides.info/discord
- icon: fontawesome/brands/square-github
link: https://github.com/TRaSH-Guides/Guides
extra_css:
- stylesheets/extra.css
- stylesheets/github-permalink-style.css
markdown_extensions:
- abbr # used for Tooltips
- attr_list
- md_in_html # used for Annotations
- admonition
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.extra
- pymdownx.highlight:
guess_lang: true
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- toc:
permalink: ""
# toc_depth: 5
plugins:
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
- markdownextradata:
data: docs/json
- search
- git-revision-date-localized:
type: datetime
locale: en
fallback_to_build_date: true
enable_creation_date: true
- awesome-pages
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
- macros:
j2_block_start_string: "[[%"
j2_block_end_string: "%]]"
j2_variable_start_string: "[["
j2_variable_end_string: "]]"
- redirects:
redirect_maps:
#updates.txt: updates.txt
discord.md: https://discord.gg/4K2kdvwzFh
syno-script.md: https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/script/trash_syno_installer.sh
# Radarr redirects
Radarr/Radarr-setup-custom-formats.md: Radarr/radarr-setup-quality-profiles.md
Radarr/radarr-setup-custom-formats-anime.md: Radarr/radarr-setup-quality-profiles-anime.md
Radarr/radarr-setup-custom-formats-french.md: Radarr/radarr-setup-quality-profiles-french-en.md
Radarr/Radarr-remote-path-mapping.md: Radarr/Tips/Radarr-remote-path-mapping.md
# Sonarr redirects
Sonarr/sonarr-setup-custom-formats.md: Sonarr/sonarr-setup-quality-profiles.md
Sonarr/sonarr-setup-custom-formats-anime.md: Sonarr/sonarr-setup-quality-profiles-anime.md
Sonarr/Sonarr-Release-Profile-RegEx.md: Sonarr/sonarr-v3-eol.md
Sonarr/Sonarr-Release-Profile-RegEx-Anime.md: Sonarr/sonarr-v3-eol.md
Sonarr/Sonarr-remote-path-mapping.md: Sonarr/Tips/Sonarr-remote-path-mapping.md
# How to old redirects
How-to-setup-for/index.md: File-and-Folder-Structure/How-to-set-up/index.md
How-to-setup-for/Docker.md: File-and-Folder-Structure/How-to-set-up/Docker.md
How-to-setup-for/Dockstarter.md: File-and-Folder-Structure/How-to-set-up/Dockstarter.md
How-to-setup-for/Native.md: File-and-Folder-Structure/How-to-set-up/Native.md
How-to-setup-for/Synology.md: File-and-Folder-Structure/How-to-set-up/Synology.md
How-to-setup-for/Unraid.md: File-and-Folder-Structure/How-to-set-up/Unraid.md
# Hardlink to File-and-Folder-Structure redirects
Hardlinks/Check-if-hardlinks-are-working.md: File-and-Folder-Structure/Check-if-hardlinks-are-working.md
Hardlinks/Examples.md: File-and-Folder-Structure/Examples.md
Hardlinks/Hardlinks-and-Instant-Moves.md: File-and-Folder-Structure/Hardlinks-and-Instant-Moves.md
Hardlinks/index.md: File-and-Folder-Structure/index.md
Hardlinks/Replace-copies-with-hardlinks.md: File-and-Folder-Structure/Replace-copies-with-hardlinks.md
Hardlinks/How-to-setup-for/Docker.md: File-and-Folder-Structure/How-to-set-up/Docker.md
Hardlinks/How-to-setup-for/Dockstarter.md: File-and-Folder-Structure/How-to-set-up/Dockstarter.md
Hardlinks/How-to-setup-for/index.md: File-and-Folder-Structure/How-to-set-up/index.md
Hardlinks/How-to-setup-for/Native.md: File-and-Folder-Structure/How-to-set-up/Native.md
Hardlinks/How-to-setup-for/Synology.md: File-and-Folder-Structure/How-to-set-up/Synology.md
Hardlinks/How-to-setup-for/TrueNAS-Core.md: File-and-Folder-Structure/How-to-set-up/TrueNAS-Core.md
Hardlinks/How-to-setup-for/Unraid.md: File-and-Folder-Structure/How-to-set-up/Unraid.md
Hardlinks/How-to-setup-for/Windows.md: File-and-Folder-Structure/How-to-set-up/Windows.md
# Random redirects
Misc/trash-sync.md: Guide-Sync/index.md
# Shortcuts redirects
hardlinks.md: File-and-Folder-Structure/Hardlinks-and-Instant-Moves.md
hardlink.md: File-and-Folder-Structure/Hardlinks-and-Instant-Moves.md
check-hardlinks.md: File-and-Folder-Structure/Check-if-hardlinks-are-working.md
custom-formats.md: Radarr/Radarr-collection-of-custom-formats.md
cf.md: Radarr/Radarr-collection-of-custom-formats.md
TorGuard.md: Misc/How-to-setup-Torguard-for-port-forwarding.md
torguard.md: Misc/How-to-setup-Torguard-for-port-forwarding.md
compose.md: Misc/how-to-provide-a-docker-compose.md
Golden-Rule.md: Misc/x265-4k.md
show-unknown.md: Radarr/Tips/Radarr-show-unknown-movie-items.md
merge-quality.md: Radarr/Tips/Merge-quality.md
jdupes.md: File-and-Folder-Structure/Replace-copies-with-hardlinks.md
# Recyclarr redirects
Recyclarr/recyclarr-configs.md: https://recyclarr.dev/wiki/guide-configs/
Recyclarr/recyclarr-configs-sqp.md: https://recyclarr.dev/wiki/sqp-configs/
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tabs
- navigation.top
- content.code.copy
- content.action.edit
- content.action.view
- content.tooltips
language: en
palette:
- media: "(prefers-color-scheme: dark)"
primary: indigo
accent: blue
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: indigo
accent: blue
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
font:
text: "Noto Sans"
code: "Encode Sans Expanded"
favicon: img/favicon.png
logo: img/logo.png
icon:
annotation: circle-question