Skip to content

Commit 108d609

Browse files
committed
doc nits
1 parent 4c6636d commit 108d609

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"docs/connections/github",
3333
"docs/connections/gitlab",
3434
"docs/connections/bitbucket-cloud",
35-
"docs/connections/bitbucket-server",
35+
"docs/connections/bitbucket-data-center",
3636
"docs/connections/gitea",
3737
"docs/connections/gerrit",
3838
"docs/connections/request-new"

docs/docs/connections/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ There are two ways to define connections:
2626
<CardGroup cols={2}>
2727
<Card horizontal title="GitHub" icon="github" href="/docs/connections/github" />
2828
<Card horizontal title="GitLab" icon="gitlab" href="/docs/connections/gitlab" />
29+
<Card horizontal title="Bitbucket Cloud" icon="bitbucket" href="/docs/connections/bitbucket-cloud" />
30+
<Card horizontal title="Bitbucket Data Center" icon="bitbucket" href="/docs/connections/bitbucket-data-center" />
2931
<Card horizontal title="Gitea" href="/docs/connections/gitea" />
3032
<Card horizontal title="Gerrit" href="/docs/connections/gerrit" />
3133
</CardGroup>

docs/docs/overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Overview"
33
---
44

5-
import ConnectionCards from '/snippets/connection-cards.mdx';
6-
75
Sourcebot is an **[open-source](https://github.com/sourcebot-dev/sourcebot) code search tool** that is purpose built to search multi-million line codebases in seconds. It integrates with [GitHub](/docs/connections/github), [GitLab](/docs/connections/gitlab), and [other platforms](/docs/connections).
86

97
## Getting Started

docs/self-hosting/overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ Sourcebot is open source and can be self-hosted using our official [Docker image
7676
Sourcebot supports indexing public & private code on the following code hosts:
7777

7878
<CardGroup cols={2}>
79-
<Card horizontal title="GitHub" href="/docs/connections/github" />
80-
<Card horizontal title="GitLab" href="/docs/connections/gitlab" />
79+
<Card horizontal title="GitHub" icon="github" href="/docs/connections/github" />
80+
<Card horizontal title="GitLab" icon="gitlab" href="/docs/connections/gitlab" />
81+
<Card horizontal title="Bitbucket Cloud" icon="bitbucket" href="/docs/connections/bitbucket-cloud" />
82+
<Card horizontal title="Bitbucket Data Center" icon="bitbucket" href="/docs/connections/bitbucket-data-center" />
8183
<Card horizontal title="Gitea" href="/docs/connections/gitea" />
8284
<Card horizontal title="Gerrit" href="/docs/connections/gerrit" />
8385
</CardGroup>

docs/snippets/connection-cards.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)