-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
116 lines (106 loc) · 2.45 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: Growatt Monitor
repo_url: https://github.com/soulraven/growatt-monitor
site_url: https://soulraven.github.io/growatt-monitor
site_description: A small lightweight framework for IoT applications
site_author: Zaharia Constantin
copyright: Maintained by <a href="https://progeek.ro">SoulRaven</a>.
site_dir: "site"
edit_uri: ""
watch:
- README.md
nav:
- Home: index.md
- Releases:
- releases/index.md
- 1.0: releases/1.0.md
- Resources: resources.md
- About:
- Credits: credits.md
- Libraries: libraries.md
- License: license.md
# - Code Reference: reference/
# - Dev:
# - Coverage report: coverage.md
- Author's website: https://soulraven.github.io/
plugins:
- search
# - coverage
- gen-files:
scripts:
- docs/gen_credits.py
- docs/gen_ref_nav.py
#- autolinks
- awesome-pages
- pagenav-generator
- tags
- literate-nav:
nav_file: SUMMARY.md
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
#- navigation.sections
- navigation.indexes
- navigation.top
- toc.integrate
- content.code.annotate
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
extra_css:
- css/material.css
- css/mkdocstrings.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- js/tablesort.js
extra:
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/soulraven
name: SoulRaven Github Profile
markdown_extensions:
- admonition
- sane_lists
- def_list
- attr_list
- md_in_html
- meta
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.saneheaders
# - toc:
# permalink: true
# toc_depth: 1
- pymdownx.arithmatex:
generic: true