-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
38 lines (34 loc) · 1018 Bytes
/
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
site_name: Buildarr Jellyseerr Plugin
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_root_heading: false
show_source: false
show_bases: false
markdown_extensions:
- toc:
permalink: "#"
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Release Notes: "release-notes.md"
- Configuration:
- Host Configuration: "configuration/host.md"
- Settings:
- General: "configuration/settings/general.md"
- Users: "configuration/settings/users.md"
- Jellyfin: "configuration/settings/jellyfin.md"
- Services:
- Sonarr: "configuration/settings/services/sonarr.md"
- Radarr: "configuration/settings/services/radarr.md"
- Notifications: "configuration/settings/notifications.md"
- Buildarr: "https://buildarr.github.io"
- GitHub: "https://github.com/buildarr/buildarr-jellyseerr"
watch:
- buildarr_jellyseerr