-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (35 loc) · 948 Bytes
/
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
site_name: Shelly HT Collector
site_description: Documentation for the htcollector library.
site_url: https://varkenvarken.github.io/shellyhtcollector2/
site_dir: docs
repo_url: https://github.com/varkenvarken/shellyhtcollector2
repo_name: shellyhtcollector2
edit_uri: ""
copyright: Copyright © 2022 Michel Anders (varkenvarken)
docs_dir: documentation
theme:
name: 'material'
palette:
primary: purple
font:
text: 'Gentium Basic'
logo: assets/logo.svg
favicon: assets/favicon.png
nav:
- Home: 'README.md'
- Building: 'building-notes.md'
- API: 'mkapi/apidoc/htcollector'
markdown_extensions:
- admonition
- codehilite
- tables
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search # necessary for search to work
- mkapi
extra_css:
- stylesheets/extra.css