Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -152,12 +153,6 @@
"docs/commands/background"
]
},
{
"group": "Git",
"pages": [
"docs/git"
]
},
{
"group": "MCP Gateway",
"pages": [
Expand Down Expand Up @@ -333,6 +328,11 @@
"source": "/docs/getting-started/installation",
"destination": "/docs/quickstart",
"permanent": true
},
{
"source": "/docs/git",
"destination": "/docs/sandbox/git-integration",
"permanent": true
}
]
}
4 changes: 2 additions & 2 deletions docs/git.mdx → docs/sandbox/git-integration.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Git"
sidebarTitle: Overview
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.
Expand Down