Mu2_Deploy/ui/general/manifest.json

47 lines
1.2 KiB
JSON

{
"version": 0,
"menu": {
"MAVLink": {
"label": "MAVLink Telemtry",
"path": "mavlink.html",
"order": 1,
"keywords": [
{
"matches": ["mavlink", "telemetry", "fcu", "flight control unit", "udp", "tcp", "serial", "usb"]
}
]
},
"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"]
}
]
}
}
}