From 624d5365513eb230545ac2c5ef9270f69025dcf5 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 10:29:57 -0700 Subject: [PATCH] docs: remove quickstart stub from hubs, add redirect to getting-started --- docs/docs.json | 11 ++++++++++- docs/start/hubs.md | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index e80697ac63d..772a8a476cd 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -47,6 +47,10 @@ ] }, "redirects": [ + { + "source": "/start/quickstart", + "destination": "/start/getting-started" + }, { "source": "/messages", "destination": "/concepts/messages" @@ -880,6 +884,7 @@ "group": "Hosting and deployment", "pages": [ "vps", + "install/docker-vm-runtime", "install/kubernetes", "install/fly", "install/hetzner", @@ -1024,7 +1029,8 @@ "pages": [ "tools/browser", "tools/browser-login", - "tools/browser-linux-troubleshooting" + "tools/browser-linux-troubleshooting", + "tools/browser-wsl2-windows-remote-cdp-troubleshooting" ] }, { @@ -1211,6 +1217,7 @@ "gateway/heartbeat", "gateway/doctor", "gateway/logging", + "logging", "gateway/gateway-lock", "gateway/background-process", "gateway/multiple-gateways", @@ -1241,6 +1248,7 @@ { "group": "Networking and discovery", "pages": [ + "network", "gateway/network-model", "gateway/pairing", "gateway/discovery", @@ -1278,6 +1286,7 @@ "cli/agent", "cli/agents", "cli/approvals", + "cli/backup", "cli/browser", "cli/channels", "cli/clawbot", diff --git a/docs/start/hubs.md b/docs/start/hubs.md index 260ec771de1..7e530f769b5 100644 --- a/docs/start/hubs.md +++ b/docs/start/hubs.md @@ -17,7 +17,6 @@ Use these hubs to discover every page, including deep dives and reference docs t - [Index](/) - [Getting Started](/start/getting-started) -- [Quick start](/start/quickstart) - [Onboarding](/start/onboarding) - [Onboarding (CLI)](/start/wizard) - [Setup](/start/setup)