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
61 lines (54 loc) · 1.72 KB
/
mkdocs.yml
File metadata and controls
61 lines (54 loc) · 1.72 KB
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
site_name: FUXA Documentation
site_url: https://frangoteam.github.io/FUXA/
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
# Light mode
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
logo: assets/logo.svg
# Dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
logo: assets/logo.svg
nav:
- Home: index.md
- Live Demo: https://frangoteam.github.io/
- 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
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/frangoteam/FUXA
name: GitHub Repository
- icon: fontawesome/brands/discord
link: https://discord.gg/WZhxz9uHh4
name: Discord Community
copyright: >
Powered by <a href="https://frangoteam.org" target="_blank" rel="noopener">
<strong>frangoteam</strong></a>