-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
57 lines (56 loc) · 1.64 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
site_name: Node-BLUE Documentation
theme:
name: material
features:
- navigation.instant
- navigation.sections
- search.suggest
- search.highlight
- search.share
extra:
generator: false
social:
- icon: fontawesome/solid/home
link: https://doc.homegear.eu/
name: Homegear Documentation Home
- icon: fontawesome/brands/twitter
link: https://twitter.com/smart_homegear
name: Homegear on Twitter
nav:
- Overview: index.md
- Getting Started:
- getting_started/index.md
- getting_started/installation.md
- getting_started/configuration.md
- getting_started/first_start.md
- Creating Nodes:
- creating_nodes/index.md
- creating_nodes/first_node.md
- creating_nodes/node_initialization_and_deinitialization.md
- creating_nodes/javascript_code_files.md
- creating_nodes/php_simple_code_files.md
- creating_nodes/php_stateful_code_files.md
- creating_nodes/python_code_files.md
- creating_nodes/cpp_code_files.md
- creating_nodes/html_file.md
- creating_nodes/packaging.md
- creating_nodes/node_properties.md
- creating_nodes/node_credentials.md
- creating_nodes/node_appearance.md
- creating_nodes/node_edit_dialog.md
- creating_nodes/editor_ui_widgets.md
- creating_nodes/node_context.md
- creating_nodes/node_status.md
- creating_nodes/configuration_nodes.md
- creating_nodes/node_help_style_guide.md
- creating_nodes/examples.md
- creating_nodes/internationalization.md
plugins:
- search
markdown_extensions:
- toc:
toc_depth: 3
permalink: true
- fontawesome_markdown
- admonition
- footnotes