49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"version": 0,
|
|
|
|
"menu": {
|
|
"MAVLink": {
|
|
"label": "MAVLink Telemetry",
|
|
"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 Compose",
|
|
"path": "docker-compose.html",
|
|
"order": 3,
|
|
"keywords": [
|
|
{
|
|
"matches": ["docker", "compose", "container"]
|
|
}
|
|
]
|
|
},
|
|
"Health": {
|
|
"label": "Health",
|
|
"path": "health.html",
|
|
"order": 5,
|
|
"keywords": [
|
|
{
|
|
"matches": ["checklist"]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
|
|
"content-security-policy": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:;"
|
|
}
|