-
-
Notifications
You must be signed in to change notification settings - Fork 190
/
mkdocs.yml
95 lines (83 loc) · 2.59 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
# https://squidfunk.github.io/mkdocs-material/getting-started
# https://squidfunk.github.io/mkdocs-material/reference/admonitions
# https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
site_name: NsPanel Lovelace UI Docs
site_description: Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
site_author: Johannes Braun
site_url: https://jobr99.github.io/nspanel-lovelace-ui
repo_name: jobr99/nspanel-lovelace-ui
repo_url: https://github.com/jobr99/nspanel-lovelace-ui
edit_uri: ""
copyright: "Copyright © 2023 Johannes Braun"
docs_dir: docs
theme:
#logo: _assets/logo.png
#favicon: _assets/favicon.ico
name: material
palette:
accent: blue
font:
text: "arial, sans-serif"
code: monospace
features:
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.expand
- search.highlight
- search.share
- search.suggest
custom_dir: docs/overrides
extra_css:
- _assets/user.css
extra:
analytics:
provider: custom
version:
provider: mike
markdown_extensions:
- admonition
- def_list
- attr_list
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
- pymdownx.magiclink
- toc:
permalink: true
- codehilite:
guess_lang: false
# - markdown_include.include:
# base_path: docs
plugins:
- search:
lang: en
- mkdocs-video
nav:
- "Overview": index.md
- "Getting started (Home Assistant)":
- "First steps":
- "Prepare NsPanel": prepare_nspanel.md
- "Prepare Home Assistant": prepare_ha.md
- "Configure MQTT": configure_mqtt.md
- "FAQ": faq.md
- "Configuration - apps.yaml (Home Assistant)":
- "Overview": config-overview.md
- "Screensaver": config-screensaver.md
- "Cards":
- "Entities Card": card-entities.md
- "Grid Card": card-grid.md
- "Climate/Thermo Card": card-climate.md
- "Media Card": card-media.md
- "Alarm Card": card-alarm.md
- "Wifi/QR Card": card-qr.md
- "Power Card": card-power.md
- "Unlock Card": card-unlock.md
- "Special Settings for Entities": entities.md
- "Subpages": subpages.md
- "Notifications": notifications.md
- "Physical Buttons": phys-btn.md
- "Getting started (ioBroker)":
- "Prepare NsPanel": prepare_nspanel_ioBroker.md
- "Prepare ioBroker": iobroker-install.md