forked from homieiot/homie-esp8266
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (66 loc) · 2.28 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
site_name: Homie for ESP8266
repo_name: 'marvinroger/homie-esp8266'
repo_url: 'https://github.com/marvinroger/homie-esp8266'
edit_uri: edit/develop/docs
pages:
- Welcome: index.md
- Quickstart:
- What is it?: quickstart/what-is-it.md
- Getting started: quickstart/getting-started.md
- Advanced usage:
- Built-in LED: advanced-usage/built-in-led.md
- Branding: advanced-usage/branding.md
- Events: advanced-usage/events.md
- Logging: advanced-usage/logging.md
- Streaming operator: advanced-usage/streaming-operator.md
- Input handlers: advanced-usage/input-handlers.md
- Broadcast: advanced-usage/broadcast.md
- Custom settings: advanced-usage/custom-settings.md
- Resetting: advanced-usage/resetting.md
- Standalone mode: advanced-usage/standalone-mode.md
- Magic bytes: advanced-usage/magic-bytes.md
- Range properties: advanced-usage/range-properties.md
- Deep sleep: advanced-usage/deep-sleep.md
- Miscellaneous: advanced-usage/miscellaneous.md
- UI Bundle: advanced-usage/ui-bundle.md
- Configuration:
- JSON configuration file: configuration/json-configuration-file.md
- HTTP JSON API: configuration/http-json-api.md
- Others:
- OTA/configuration updates: others/ota-configuration-updates.md
- Homie implementation specifics: others/homie-implementation-specifics.md
- Limitations and known issues: others/limitations-and-known-issues.md
- Troubleshooting: others/troubleshooting.md
- C++ API reference: others/cpp-api-reference.md
- Upgrade guide from v1 to v2: others/upgrade-guide-from-v1-to-v2.md
- Community projects: others/community-projects.md
theme: material
extra:
logo: assets/logo.png
palette:
primary: red
accent: red
feature:
tabs: true
social:
- type: cog
link: http://setup.homie-esp8266.marvinroger.fr
markdown_extensions:
- meta
- footnotes
- codehilite
- admonition
- toc(permalink=true)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde