Mu2_Deploy/ui/general/manifest.json

47 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-10-20 13:23:16 -03:00
{
"version": 0,
"menu": {
2024-10-23 16:21:25 -03:00
"MAVLink": {
2024-10-20 13:23:16 -03:00
"label": "MAVLink Telemtry",
2024-10-23 16:21:25 -03:00
"path": "mavlink.html",
"order": 1,
"keywords": [
{
"matches": ["mavlink", "telemetry", "fcu", "flight control unit", "udp", "tcp", "serial", "usb"]
}
]
2024-10-20 17:18:42 -03:00
},
"SpiriLink": {
"label": "SpiriLink",
"path": "spirilink.html",
"order": 2,
"keywords": [
{
"matches": ["wifi", "temperature", "rtsp", "video", "streaming", "camera", "mavlink"]
}
]
},
"Docker": {
"label": "Docker",
"path": "docker-health.html",
"order": 3,
"keywords": [
{
"matches": ["docker", "compose", "container"]
}
]
},
"Health": {
"label": "Health",
"path": "health.html",
"order": 4,
"keywords": [
{
"matches": ["checklist"]
}
]
2024-10-20 13:23:16 -03:00
}
}
}