docs: Batch 5 — restructure Nodes group with subgroups

Rename "Nodes and devices" to "Nodes and media" and split into
two subgroups for better navigation:
- Media capabilities: media-understanding, images, audio, camera, tts
- Node features: talk, voicewake, location-command
This commit is contained in:
Vincent Koc
2026-03-30 19:13:00 +09:00
parent 69b72cd977
commit f80310e617

View File

@@ -1350,18 +1350,28 @@
]
},
{
"group": "Nodes and devices",
"group": "Nodes and media",
"pages": [
"nodes/index",
"nodes/troubleshooting",
"nodes/media-understanding",
"nodes/images",
"nodes/audio",
"nodes/camera",
"nodes/talk",
"nodes/voicewake",
"nodes/location-command",
"tools/tts"
{
"group": "Media capabilities",
"pages": [
"nodes/media-understanding",
"nodes/images",
"nodes/audio",
"nodes/camera",
"tools/tts"
]
},
{
"group": "Node features",
"pages": [
"nodes/talk",
"nodes/voicewake",
"nodes/location-command"
]
}
]
},
{