forked from frangoteam/FUXA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (27 loc) · 976 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (27 loc) · 976 Bytes
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
site_name: FUXA Documentation
site_url: https://frangoteam.github.io/FUXA/
theme:
name: material
nav:
- Home: index.md
- Getting Started:
- Installing and Running: Installing-and-Running.md
- HowTo:
- Devices and Tags: HowTo-Devices-and-Tags.md
- Bind Controls: HowTo-bind-Controls.md
- Chart Control: HowTo-Chart-Control.md
- UI Layout: HowTo-UI-Layout.md
- Setup Alarms: HowTo-setup-Alarms.md
- Define Shapes: HowTo-define-Shapes.md
- Animate Pipe: HowTo-animate-Pipe.md
- Scheduler: HowTo-Scheduler.md
- Node-RED: HowTo-Node-Red.md
- Save/Load Project: HowTo-save-load-Project.md
- Configure Events: HowTo-configure-events.md
- Use Same View: HowTo-use-same-view.md
- Configure Script: HowTo-configure-Script.md
- ODBC: HowTo-ODBC.md
- Widgets: HowTo-Widgets.md
- WebSockets: HowTo-WebSockets.md
- Settings: Settings.md
- Tips and Tricks: Tips-and-Tricks.md