forked from TRaSH-Guides/Guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
141 lines (134 loc) · 4.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
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
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
copyright: Copyright © 2022 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:
- attr_list
- admonition
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.extra
- pymdownx.highlight:
guess_lang: true
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.tilde
- 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: false
- 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
# 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
# How to old redirects
How-to-setup-for/index.md: Hardlinks/How-to-setup-for/index.md
How-to-setup-for/Docker.md: Hardlinks/How-to-setup-for/Docker.md
How-to-setup-for/Dockstarter.md: Hardlinks/How-to-setup-for/Dockstarter.md
How-to-setup-for/Native.md: Hardlinks/How-to-setup-for/Native.md
How-to-setup-for/Synology.md: Hardlinks/How-to-setup-for/Synology.md
How-to-setup-for/Unraid.md: Hardlinks/How-to-setup-for/Unraid.md
# Random redirects
Misc/trash-sync.md: Guide-Sync/index.md
# Shortcuts redirects
hardlinks.md: Hardlinks/Hardlinks-and-Instant-Moves.md
hardlink.md: Hardlinks/Hardlinks-and-Instant-Moves.md
check-hardlinks.md: Hardlinks/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: Hardlinks/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
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