From 354ff2022242eff8a826794771aceafb763f557b Mon Sep 17 00:00:00 2001 From: Tomas Beran Date: Mon, 2 Feb 2026 13:24:00 -0800 Subject: [PATCH 1/3] Move Git docs into Sandbox section as Git Integration - Rename docs/git.mdx to docs/sandbox/git-integration.mdx - Update navigation to place page under Sandbox group - Add redirect from /docs/git to /docs/sandbox/git-integration --- docs.json | 14 +++++++------- docs/{git.mdx => sandbox/git-integration.mdx} | 3 +-- 2 files changed, 8 insertions(+), 9 deletions(-) rename docs/{git.mdx => sandbox/git-integration.mdx} (99%) diff --git a/docs.json b/docs.json index 38ecae34..05a40f6f 100644 --- a/docs.json +++ b/docs.json @@ -92,7 +92,8 @@ "docs/sandbox/rate-limits", "docs/sandbox/secured-access", "docs/sandbox/ip-tunneling", - "docs/sandbox/custom-domain" + "docs/sandbox/custom-domain", + "docs/sandbox/git-integration" ] }, { @@ -152,12 +153,6 @@ "docs/commands/background" ] }, - { - "group": "Git", - "pages": [ - "docs/git" - ] - }, { "group": "MCP Gateway", "pages": [ @@ -333,6 +328,11 @@ "source": "/docs/getting-started/installation", "destination": "/docs/quickstart", "permanent": true + }, + { + "source": "/docs/git", + "destination": "/docs/sandbox/git-integration", + "permanent": true } ] } diff --git a/docs/git.mdx b/docs/sandbox/git-integration.mdx similarity index 99% rename from docs/git.mdx rename to docs/sandbox/git-integration.mdx index cec1728e..0fc87a52 100644 --- a/docs/git.mdx +++ b/docs/sandbox/git-integration.mdx @@ -1,6 +1,5 @@ --- -title: "Git" -sidebarTitle: Overview +title: "Git Integration" --- Use the `sandbox.git` methods to run common git operations inside a sandbox. From 85c66454dcc218fce9e92d5b358c1493df481ce2 Mon Sep 17 00:00:00 2001 From: Tomas Beran Date: Mon, 2 Feb 2026 16:27:40 -0800 Subject: [PATCH 2/3] Move git-integration under persistence in nav --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 05a40f6f..d89e016a 100644 --- a/docs.json +++ b/docs.json @@ -82,6 +82,7 @@ "docs/sandbox/lifecycle-events-api", "docs/sandbox/lifecycle-events-webhooks", "docs/sandbox/persistence", + "docs/sandbox/git-integration", "docs/sandbox/metrics", "docs/sandbox/metadata", "docs/sandbox/environment-variables", @@ -92,8 +93,7 @@ "docs/sandbox/rate-limits", "docs/sandbox/secured-access", "docs/sandbox/ip-tunneling", - "docs/sandbox/custom-domain", - "docs/sandbox/git-integration" + "docs/sandbox/custom-domain" ] }, { From a9a580b7b10c06530bc213dbfebc6089c3c42601 Mon Sep 17 00:00:00 2001 From: Tomas Beran Date: Mon, 2 Feb 2026 16:36:56 -0800 Subject: [PATCH 3/3] Add description to git-integration page metadata --- docs/sandbox/git-integration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sandbox/git-integration.mdx b/docs/sandbox/git-integration.mdx index 0fc87a52..0a7566d1 100644 --- a/docs/sandbox/git-integration.mdx +++ b/docs/sandbox/git-integration.mdx @@ -1,5 +1,6 @@ --- title: "Git Integration" +description: "Clone repositories, manage branches, and push changes using the sandbox.git methods." --- Use the `sandbox.git` methods to run common git operations inside a sandbox.