-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (62 loc) · 1.49 KB
/
mkdocs.yml
File metadata and controls
63 lines (62 loc) · 1.49 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
site_name: Playbook
site_description: >-
Sonarr for Sports – Automated file matching, renaming, and metadata for sports content in Plex.
site_url: https://s0len.github.io/Playbook/
repo_url: https://github.com/s0len/playbook
repo_name: s0len/playbook
docs_dir: docs
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- search.highlight
- search.suggest
palette:
- scheme: default
primary: indigo
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
color_mode: dark
user_color_mode_toggle: true
highlightjs: true
hljs_languages:
- yaml
logo: assets/logo.png
plugins:
- search
markdown_extensions:
- admonition
- def_list
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight
- pymdownx.snippets:
base_path: docs
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Configuration Guide: configuration.md
- Operations & Run Modes: operations.md
- Integrations: integrations.md
- Recipes & How-tos: recipes.md
- Troubleshooting & FAQ: troubleshooting.md
- Developer Guide: developer-guide.md
- Changelog: changelog.md