forked from n00bcodr/Jellyfin-Enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
175 lines (149 loc) · 4.61 KB
/
Copy pathmkdocs.yml
File metadata and controls
175 lines (149 loc) · 4.61 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
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
site_name: Jellyfin Enhanced
site_url: https://n00bcodr.github.io/Jellyfin-Enhanced/
repo_name: n00bcodr/Jellyfin-Enhanced
repo_url: https://github.com/n00bcodr/Jellyfin-Enhanced
site_description: The essential enhancement suite for Jellyfin, bundling advanced features and customizations into one convenient plugin.
site_author: n00bcodr
copyright: Copyright ©2026 n00bcodr. Made with 💜 for Jellyfin and the community
theme:
name: material
logo: images/favicon.ico
favicon: images/favicon.ico
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- navigation.indexes
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- announce.dismiss
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/n00bcodr/Jellyfin-Enhanced
name: GitHub Repository
- icon: fontawesome/brands/discord
link: https://discord.gg/EYNFf7y4CG
name: Jellyfin Community Discord - Jellyfin Enhanced Channel
plugins:
- search:
lang: en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
# lists
- def_list
- pymdownx.tasklist:
custom_checkbox: true
# keyboard shortcuts
- pymdownx.keys
# simple text formatting
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
# main tabs/headers
nav:
# ——————————————
# landing page
# ——————————————
- Home: index.md
# ——————————————
# Installation
# ——————————————
- Installation:
- Installation: installation/installation.md
- Troubleshooting installation: installation/troubleshooting.md
# ——————————————
# Enhanced
# ——————————————
- Enhanced:
# Feature overview
- Enhanced Features: enhanced/enhanced-features.md
# Enhanced Settings
- Enhanced Settings: enhanced/enhanced-settings.md
# ——————————————
# Elsewhere
# ——————————————
- Elsewhere:
# Features overview
- Elsewhere Features: elsewhere/elsewhere-features.md
# Elsewhere Settings
- Elsewhere Settings: elsewhere/elsewhere-settings.md
# ——————————————
# Jellyseerr
# ——————————————
- Jellyseerr:
# Features overview
- Jellyseerr Features: jellyseerr/jellyseerr-features.md
# Jellyseerr Settings
- Jellyseerr Settings: jellyseerr/jellyseerr-settings.md
# ——————————————
# *arr
# ——————————————
- "*arr":
# Features overview
- "*arr Features": arr/arr-features.md
# *arr Settings
- "*arr Settings": arr/arr-settings.md
# Troubleshooting + Support
- Troubleshooting + Support: arr/troubleshooting-support.md
# ——————————————
# Other
# ——————————————
- Other:
# Features overview
- Other Features: other/other-features.md
# Other Settings
- Other Settings: other/other-settings.md
# ——————————————
# Advanced, misc
# ——————————————
- Advanced:
- CSS Customization: advanced/css-customization.md
- API: advanced/api.md
- Project Structure: advanced/project-structure.md
- FAQ + Support:
- FAQ: faq-support/faq.md
- Report issues: faq-support/report-issues.md
- Feature Requests: faq-support/feature-requests.md
- Contributing Translations: faq-support/contributing-translations.md
- Support + Community: faq-support/support.md
- Related Projects: other-projects/other-projects.md
- About: about.md