forked from Casvt/Kapowarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
89 lines (84 loc) · 1.95 KB
/
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
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
# Site Details
site_name: Kapowarr Docs
site_description: The official guide for Kapowarr
site_author: MrCas
#edit_uri: https://github.com/??
repo_url: https://github.com/Casvt/Kapowarr
repo_name: Casvt/Kapowarr
# Site appearance (logos, colours, icons)
theme:
name: material
language: en
code_wrap: true
features:
- content.tabs.link
- content.code.copy
- header.autohide
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
#favicon: assets/logo/favicon.ico
#logo: assets/logo/kapowarr-logo.png?
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Extra CSS
extra_css:
- assets/stylesheets/extra.css
# Markdown extensions
markdown_extensions:
- abbr
- attr_list
- meta
- pymdownx.details
- pymdownx.highlight:
guess_lang: true
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- sane_lists
- toc:
permalink: true
toc_depth: 5
# mkdocs function extensions
plugins:
- search
- git-revision-date-localized:
type: timeago
locale: en
fallback_to_build_date: false
# Navigation Layout
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Setup After Installation: setup_after_installation.md
- FAQ: faq.md
- Other Docs:
- API: api.md
- Rate Limiting: rate_limiting.md