docs: reorder Tools & Plugins nav, move Media/devices to Gateway tab, rewrite 4 problem pages with Mintlify components

This commit is contained in:
Vincent Koc
2026-03-20 11:10:45 -07:00
parent 3d097f1052
commit 4edab304db
5 changed files with 371 additions and 174 deletions

View File

@@ -1025,43 +1025,6 @@
"group": "Overview",
"pages": ["tools/index"]
},
{
"group": "Built-in tools",
"pages": [
"tools/exec",
"tools/exec-approvals",
"tools/elevated",
"tools/apply-patch",
"tools/web",
"tools/brave-search",
"tools/firecrawl",
"tools/tavily",
"tools/perplexity-search",
"tools/pdf",
"tools/reactions",
"tools/thinking",
"tools/loop-detection",
"tools/btw"
]
},
{
"group": "Browser",
"pages": [
"tools/browser",
"tools/browser-login",
"tools/browser-linux-troubleshooting",
"tools/browser-wsl2-windows-remote-cdp-troubleshooting"
]
},
{
"group": "Agent coordination",
"pages": [
"tools/agent-send",
"tools/subagents",
"tools/acp-agents",
"tools/multi-agent-sandbox-tools"
]
},
{
"group": "Plugins",
"pages": [
@@ -1087,10 +1050,6 @@
"prose"
]
},
{
"group": "Plugin tools",
"pages": ["tools/diffs", "tools/llm-task", "tools/lobster"]
},
{
"group": "Automation",
"pages": [
@@ -1106,18 +1065,43 @@
]
},
{
"group": "Media and devices",
"group": "Tools",
"pages": [
"nodes/index",
"nodes/troubleshooting",
"nodes/media-understanding",
"nodes/images",
"nodes/audio",
"nodes/camera",
"nodes/talk",
"nodes/voicewake",
"nodes/location-command",
"tools/tts"
"tools/exec",
"tools/exec-approvals",
"tools/elevated",
"tools/apply-patch",
"tools/web",
"tools/brave-search",
"tools/firecrawl",
"tools/tavily",
"tools/perplexity-search",
"tools/pdf",
"tools/diffs",
"tools/llm-task",
"tools/lobster",
"tools/reactions",
"tools/thinking",
"tools/loop-detection",
"tools/btw"
]
},
{
"group": "Browser",
"pages": [
"tools/browser",
"tools/browser-login",
"tools/browser-linux-troubleshooting",
"tools/browser-wsl2-windows-remote-cdp-troubleshooting"
]
},
{
"group": "Agent coordination",
"pages": [
"tools/agent-send",
"tools/subagents",
"tools/acp-agents",
"tools/multi-agent-sandbox-tools"
]
}
]
@@ -1287,6 +1271,21 @@
"security/CONTRIBUTING-THREAT-MODEL"
]
},
{
"group": "Nodes and devices",
"pages": [
"nodes/index",
"nodes/troubleshooting",
"nodes/media-understanding",
"nodes/images",
"nodes/audio",
"nodes/camera",
"nodes/talk",
"nodes/voicewake",
"nodes/location-command",
"tools/tts"
]
},
{
"group": "Web interfaces",
"pages": ["web/index", "web/control-ui", "web/dashboard", "web/webchat", "web/tui"]