From 5cd48bbe7dfb3eca6011b9337adab42ed84453d8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 15 Jan 2026 07:44:23 +0000 Subject: [PATCH] docs: redirect /sandboxing to /gateway/sandboxing --- docs/docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index fcadf26c9..2716d1a50 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -229,6 +229,14 @@ "source": "/sandbox/", "destination": "/cli/sandbox" }, + { + "source": "/sandboxing", + "destination": "/gateway/sandboxing" + }, + { + "source": "/sandboxing/", + "destination": "/gateway/sandboxing" + }, { "source": "/AGENTS.default", "destination": "/reference/AGENTS.default"