-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.25 KB
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.25 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
site_name: Buildarr Sonarr 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"
- Media Management: "configuration/media-management.md"
- Profiles:
- Quality Profiles: "configuration/profiles/quality.md"
- Language Profiles: "configuration/profiles/language.md"
- Delay Profiles: "configuration/profiles/delay.md"
- Release Profiles: "configuration/profiles/release.md"
- Quality: "configuration/quality.md"
- Indexers: "configuration/indexers.md"
- Download Clients: "configuration/download-clients.md"
- Import Lists: "configuration/import-lists.md"
- Connect: "configuration/connect.md"
- Metadata: "configuration/metadata.md"
- Tags: "configuration/tags.md"
- General: "configuration/general.md"
- UI: "configuration/ui.md"
- Buildarr: "https://buildarr.github.io"
watch:
- buildarr_sonarr