Skip to content

Commit f7f0fef

Browse files
msukkariclaude
andcommitted
docs: add Deploy Sourcebot landing page
Add a root Deploy Sourcebot page linking the Docker Compose and Kubernetes deployment options, set it as the group root, and redirect the old /docs/deployment/overview path to it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1abb58d commit f7f0fef

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/docs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"docs/overview",
4242
{
4343
"group": "Deploy Sourcebot",
44+
"root": "docs/deployment/deploy-sourcebot",
4445
"pages": [
4546
"docs/deployment/docker-compose",
4647
"docs/deployment/k8s"
@@ -250,6 +251,10 @@
250251
"strict": false
251252
},
252253
"redirects": [
254+
{
255+
"source": "/docs/deployment/overview",
256+
"destination": "/docs/deployment/deploy-sourcebot"
257+
},
253258
{
254259
"source": "/docs/features/search/overview",
255260
"destination": "/docs/features/search/code-search"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Deploy Sourcebot"
3+
---
4+
5+
Sourcebot runs entirely in your infrastructure. Your code, AI inputs/outputs, personal data, and all other sensitive data never leave your environment.
6+
7+
<CardGroup cols={2}>
8+
<Card title="Docker Compose" icon="docker" href="/docs/deployment/docker-compose">
9+
The fastest way to get started. Deploy Sourcebot with a single command.
10+
</Card>
11+
<Card title="Kubernetes (Helm)" icon="dharmachakra" href="/docs/deployment/k8s">
12+
Deploy Sourcebot into your Kubernetes cluster using the official Helm chart.
13+
</Card>
14+
</CardGroup>
15+
16+
Not sure how much to provision? See the [sizing guide](/docs/deployment/sizing-guide) for resource recommendations.

0 commit comments

Comments
 (0)