docs(nav): surface Guides, Tutorials, Agent Runtime & API Protocol in the sidebar #77

Merged
documentation-specialist merged 1 commits from docs/nav-surface-guides-tutorials into main 2026-06-02 17:35:27 +00:00
5 changed files with 65 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"title": "Agent Runtime",
"pages": [
"cli-runtime",
"config-format",
"skills",
"agent-card",
"system-prompt-structure",
"team-expansion",
"bundle-system",
"social-channels",
"workspace-runtime"
]
}
+10
View File
@@ -0,0 +1,10 @@
{
"title": "API Protocol",
"pages": [
"a2a-protocol",
"communication-rules",
"registry-and-heartbeat",
"platform-api",
"websocket-events"
]
}
+21
View File
@@ -0,0 +1,21 @@
{
"title": "Guides",
"pages": [
"index",
"external-workspace-quickstart",
"external-agent-registration",
"remote-workspaces",
"remote-workspaces-faq",
"claude-code-channel-plugin",
"mcp-server-setup",
"chrome-devtools-mcp-setup",
"skill-catalog",
"token-management",
"org-api-keys",
"platform-instructions",
"molecli-shell-completion",
"tool-trace",
"same-origin-canvas-fetches",
"quickstart-audio"
]
}
+6
View File
@@ -20,6 +20,12 @@
"self-hosting",
"observability",
"troubleshooting",
"---Guides & Tutorials---",
"guides",
"tutorials",
"---Runtime & Protocol---",
"agent-runtime",
"api-protocol",
"---Security---",
"security/index",
"security/safe-mcp-advisory",
+14
View File
@@ -0,0 +1,14 @@
{
"title": "Tutorials",
"pages": [
"google-adk-runtime",
"hermes-multi-provider-dispatch",
"register-remote-agent",
"self-hosted-workspace-docker",
"lark-feishu-channel",
"saas-federation",
"aws-ec2-provisioner",
"fly-machines-provisioner",
"saas-file-writes-eic"
]
}