-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (124 loc) · 3.33 KB
/
mkdocs.yml
File metadata and controls
129 lines (124 loc) · 3.33 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
site_name: hotio.dev
site_url: https://hotio.dev
site_author: hotio
site_description: Documentation for all Docker images maintained by hotio.
copyright: '© 2026 hotio<br>Logos based on work by <a href="https://www.flaticon.com/authors/freepik" target="_blank" rel="noopener">Freepik</a> and <a href="https://freeicons.io/profile/6200" target="_blank" rel="noopener">Soni Sokell</a>'
repo_name: hotio
repo_url: https://github.com/hotio
edit_uri: 'website/edit/master/docs'
site_dir: .build
docs_dir: docs
extra:
social:
- icon: fontawesome/solid/heart
link: '/#donations'
name: Donate
- icon: fontawesome/brands/discord
link: 'https://discord.gg/FycMN9gTC3'
name: Discord
- icon: fontawesome/brands/github
link: 'https://github.com/hotio'
name: GitHub
status:
deprecated: This image is no longer receiving updates
new: This image has recently been added
extra_css:
- stylesheets/extra-13.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/tagcopy.js
theme:
icon:
repo: fontawesome/brands/github
annotation: material/information
favicon: img/favicon.ico
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.footer
- navigation.tracking
- content.code.copy
- content.code.annotate
- content.code.select
- content.tooltips
- content.tabs.link
- content.action.edit
- content.action.view
- toc.follow
language: en
logo: img/hotio-circle.svg
name: material
palette:
scheme: hotio
custom_dir: overrides
markdown_extensions:
- md_in_html
- pymdownx.details
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
alternate_style: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- toc:
permalink: true
- admonition
- abbr
- pymdownx.blocks.caption
- tables
nav:
- Home: index.md
- Containers:
- Base:
- containers/base.md
- Apps:
- containers/autoscan.md
- containers/bazarr.md
- containers/caddy.md
- containers/cloudflareddns.md
- containers/doplarr.md
- containers/duplicacy.md
- containers/jackett.md
- containers/jellyfin.md
- containers/lidarr.md
- containers/mergerfs.md
- containers/nzbget.md
- containers/nzbhydra2.md
- containers/overseerr.md
- containers/plex.md
- containers/prowlarr.md
- containers/qbitmanage.md
- containers/qbittorrent.md
- containers/qui.md
- containers/radarr.md
- containers/requestrr.md
- containers/rflood.md
- containers/sabnzbd.md
- containers/seerr.md
- containers/slskd.md
- containers/sonarr.md
- containers/stash.md
- containers/tautulli.md
- containers/unpackerr.md
- containers/whisparr.md
- Scripts:
- scripts/sysinfo.md
- scripts/pullio.md
- scripts/arr-discord-notifier.md
- FAQ: faq.md