This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmkdocs.yml
74 lines (67 loc) · 2.04 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
site_name: WakaamaNode
site_description: The WakaamaNode (lwM2M library) documentation.
site_author: David Gräff
copyright: Copyright 2017-2018 © David Gräff
repo_name: 'Openhab-Nodes/wakaamaNode'
repo_url: 'https://github.com/Openhab-Nodes/wakaamaNode'
site_url: 'https://Openhab-Nodes.github.io/wakaamaNode/'
pages:
- Home:
- index.md
- testing.md
- legal_notice.md
- privacy_policy.md
- Quickstart/Download:
- quickstart/getting-started.md
- Connection API:
- Connection API: api/connection-api.md
- Objects API:
- Introduction: api/about.md
- Registry objects: api/objects-registry.md
- Custom objects: api/objects-custom.md
- Custom objects /CPP Example: api/objects-custom-cpp-example.md
- Custom objects /C Example: api/objects-custom-c-example.md
- Advanced usage:
- Custom platform: advanced-usage/custom-platform.md
- Custom network stack: advanced-usage/custom-network.md
- Over-the-air updates: advanced-usage/ota.md
- Deep sleep: advanced-usage/deep-sleep.md
- Own mainloop: advanced-usage/own-mainloop.md
- Thread safety: advanced-usage/thread-safety.md
- Memory: advanced-usage/memory.md
- Limitations: others/limitations-and-known-issues.md
- Troubleshooting: others/troubleshooting.md
- Examples:
- examples.md
# - Roadmap: https://github.com/Openhab-Nodes/wakaamaNode/projects
theme:
name: material
custom_dir: docs/theme
palette:
primary: red
accent: red
logo: assets/logo_s.webp
feature:
tabs: true
extra:
disqus: 'https-openhab-nodes-github-io-wakaamanode'
markdown_extensions:
- meta
- footnotes
- codehilite
- admonition
- toc(permalink=false)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- 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