From 1e24d95c54a6b277d4e49ed4fa9c5badd62a4ab1 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 23 Apr 2026 21:14:44 -0700 Subject: [PATCH] docs(nav): sub-group macOS companion app pages (Setup / Runtime / Features), add qwen_modelstudio redirect --- docs/docs.json | 53 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 4a25fd17f12..96cbe985acf 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -60,6 +60,10 @@ "source": "/providers/modelstudio", "destination": "/providers/qwen" }, + { + "source": "/providers/qwen_modelstudio", + "destination": "/providers/qwen" + }, { "source": "/platforms/oracle", "destination": "/install/oracle" @@ -1348,23 +1352,38 @@ { "group": "macOS companion app", "pages": [ - "platforms/mac/dev-setup", - "platforms/mac/menu-bar", - "platforms/mac/voicewake", - "platforms/mac/voice-overlay", - "platforms/mac/webchat", - "platforms/mac/canvas", - "platforms/mac/child-process", - "platforms/mac/health", - "platforms/mac/icon", - "platforms/mac/logging", - "platforms/mac/permissions", - "platforms/mac/remote", - "platforms/mac/signing", - "platforms/mac/bundled-gateway", - "platforms/mac/xpc", - "platforms/mac/skills", - "platforms/mac/peekaboo" + { + "group": "Setup", + "pages": [ + "platforms/mac/dev-setup", + "platforms/mac/menu-bar", + "platforms/mac/icon", + "platforms/mac/permissions", + "platforms/mac/signing" + ] + }, + { + "group": "Runtime", + "pages": [ + "platforms/mac/bundled-gateway", + "platforms/mac/child-process", + "platforms/mac/health", + "platforms/mac/logging", + "platforms/mac/remote", + "platforms/mac/xpc" + ] + }, + { + "group": "Features", + "pages": [ + "platforms/mac/voicewake", + "platforms/mac/voice-overlay", + "platforms/mac/webchat", + "platforms/mac/canvas", + "platforms/mac/skills", + "platforms/mac/peekaboo" + ] + } ] } ]