forked from bdraco/pyunifiprotect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (71 loc) · 1.88 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
site_name: Unofficial UniFi Protect Python API and CLI
site_url: https://angellusmortis.github.io/pyunifiprotect/latest/
site_description: Unofficial UniFi Protect Python API and CLI
repo_name: pyunifiprotect
repo_url: https://github.com/AngellusMortis/pyunifiprotect
copyright: pyunifiprotect is an unofficial API for UniFi Protect. There is no affiliation with Ubiquiti.
markdown_extensions:
- abbr
- admonition
- toc:
permalink: true
toc_depth: "1-5"
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
auto_title: true
linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: "index.md"
- Development: "dev.md"
- Command Line: "cli.md"
- API Reference: "api.md"
- Changelog: "https://github.com/AngellusMortis/pyunifiprotect/releases"
plugins:
- search
- mike:
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
- git-revision-date-localized:
enable_creation_date: true
- include-markdown
- mkdocstrings
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: blue
accent: light blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: blue
accent: light blue
extra:
version:
provider: mike