From 7c4577ad150f3cf3ca56d4dd9ae72040ba4310b2 Mon Sep 17 00:00:00 2001 From: enyst Date: Sun, 7 Sep 2025 01:11:31 +0000 Subject: [PATCH] docs(nav): add Agent SDK (V1) section to Mintlify navigation and link to agent-sdk/docs pages - Integrates agent-sdk submodule docs into site nav - Leaves OpenHands V0 nav untouched Co-authored-by: openhands --- docs.json | 117 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 66 insertions(+), 51 deletions(-) diff --git a/docs.json b/docs.json index ffb7ec18..8a918cbe 100644 --- a/docs.json +++ b/docs.json @@ -64,53 +64,53 @@ { "group": "Advanced Configuration", "pages": [ - { - "group": "LLM Configuration", - "pages": [ - "openhands-repo/docs/usage/llms/llms", - { - "group": "Providers", - "pages": [ - "openhands-repo/docs/usage/llms/openhands-llms", - "openhands-repo/docs/usage/llms/azure-llms", - "openhands-repo/docs/usage/llms/google-llms", - "openhands-repo/docs/usage/llms/groq", - "openhands-repo/docs/usage/llms/local-llms", - "openhands-repo/docs/usage/llms/litellm-proxy", - "openhands-repo/docs/usage/llms/moonshot", - "openhands-repo/docs/usage/llms/openai-llms", - "openhands-repo/docs/usage/llms/openrouter" - ] - } - ] - }, - { - "group": "Runtime Configuration", - "pages": [ - "openhands-repo/docs/usage/runtimes/overview", - { - "group": "Providers", - "pages": [ - "openhands-repo/docs/usage/runtimes/docker", - "openhands-repo/docs/usage/runtimes/remote", - "openhands-repo/docs/usage/runtimes/local", - { - "group": "Third-Party Providers", - "pages": [ - "openhands-repo/docs/usage/runtimes/modal", - "openhands-repo/docs/usage/runtimes/daytona", - "openhands-repo/docs/usage/runtimes/runloop", - "openhands-repo/docs/usage/runtimes/e2b" - ] - } - ] - } - ] - }, - "openhands-repo/docs/usage/configuration-options", - "openhands-repo/docs/usage/how-to/custom-sandbox-guide", - "openhands-repo/docs/usage/search-engine-setup", - "openhands-repo/docs/usage/mcp" + { + "group": "LLM Configuration", + "pages": [ + "openhands-repo/docs/usage/llms/llms", + { + "group": "Providers", + "pages": [ + "openhands-repo/docs/usage/llms/openhands-llms", + "openhands-repo/docs/usage/llms/azure-llms", + "openhands-repo/docs/usage/llms/google-llms", + "openhands-repo/docs/usage/llms/groq", + "openhands-repo/docs/usage/llms/local-llms", + "openhands-repo/docs/usage/llms/litellm-proxy", + "openhands-repo/docs/usage/llms/moonshot", + "openhands-repo/docs/usage/llms/openai-llms", + "openhands-repo/docs/usage/llms/openrouter" + ] + } + ] + }, + { + "group": "Runtime Configuration", + "pages": [ + "openhands-repo/docs/usage/runtimes/overview", + { + "group": "Providers", + "pages": [ + "openhands-repo/docs/usage/runtimes/docker", + "openhands-repo/docs/usage/runtimes/remote", + "openhands-repo/docs/usage/runtimes/local", + { + "group": "Third-Party Providers", + "pages": [ + "openhands-repo/docs/usage/runtimes/modal", + "openhands-repo/docs/usage/runtimes/daytona", + "openhands-repo/docs/usage/runtimes/runloop", + "openhands-repo/docs/usage/runtimes/e2b" + ] + } + ] + } + ] + }, + "openhands-repo/docs/usage/configuration-options", + "openhands-repo/docs/usage/how-to/custom-sandbox-guide", + "openhands-repo/docs/usage/search-engine-setup", + "openhands-repo/docs/usage/mcp" ] } ] @@ -160,6 +160,22 @@ "openhands-repo/docs/usage/how-to/evaluation-harness", "openhands-repo/docs/usage/how-to/websocket-connection" ] + }, + { + "group": "Agent SDK (V1)", + "pages": [ + "agent-sdk/docs/README", + "agent-sdk/docs/getting-started", + "agent-sdk/docs/architecture", + "agent-sdk/docs/tools", + "agent-sdk/docs/examples", + { + "group": "Context", + "pages": [ + "agent-sdk/docs/context/README" + ] + } + ] } ] }, @@ -170,8 +186,8 @@ ] }, { - "tab": "API Reference", - "openapi": "/openhands-repo/docs/openapi.json" + "tab": "API Reference", + "openapi": "/openhands-repo/docs/openapi.json" } ], "global": { @@ -199,8 +215,7 @@ "dark": "/openhands-repo/docs/logo/dark.svg" }, "navbar": { - "links": [ - ], + "links": [], "primary": { "type": "github", "href": "https://github.com/All-Hands-AI/OpenHands"