File tree Expand file tree Collapse file tree 3 files changed +16
-20
lines changed Expand file tree Collapse file tree 3 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Overview
3
3
sidebarTitle : Overview
4
4
---
5
5
6
+ import SupportedPlatforms from ' /snippets/platform-support.mdx'
7
+
6
8
To connect your code to Sourcebot you create ** connections** . A ** connection** is a configuration object that describes how Sourcebot should fetch information from a supported code host.
7
9
8
10
There are two ways to define connections:
@@ -23,15 +25,6 @@ There are two ways to define connections:
23
25
24
26
### Supported code hosts
25
27
26
- <CardGroup cols = { 2 } >
27
- <Card horizontal title = " GitHub" icon = " github" href = " /docs/connections/github" />
28
- <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" />
31
- <Card horizontal title = " Gitea" href = " /docs/connections/gitea" />
32
- <Card horizontal title = " Gerrit" href = " /docs/connections/gerrit" />
33
- <Card horizontal title = " Other Git hosts" icon = " git-alt" href = " /docs/connections/generic-git-host" />
34
- <Card horizontal title = " Local Git repos" icon = " folder" href = " /docs/connections/local-repos" />
35
- </CardGroup >
28
+ <SupportedPlatforms />
36
29
37
30
<Note >Missing your code host? [ Submit a feature request on GitHub] ( https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas ) .</Note >
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Self-host Sourcebot
3
3
sidebarTitle : Overview
4
4
---
5
5
6
+ import SupportedPlatforms from ' /snippets/platform-support.mdx'
7
+
6
8
<Note >Want a managed solution? Checkout [ Sourcebot Cloud] ( /docs/getting-started ) .</Note >
7
9
8
10
Sourcebot is open source and can be self-hosted using our official [ Docker image] ( https://github.com/sourcebot-dev/sourcebot/pkgs/container/sourcebot ) .
@@ -75,16 +77,7 @@ Sourcebot is open source and can be self-hosted using our official [Docker image
75
77
<Step title = " Link your code" >
76
78
Sourcebot supports indexing public & private code on the following code hosts:
77
79
78
- <CardGroup cols = { 2 } >
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" />
83
- <Card horizontal title = " Gitea" href = " /docs/connections/gitea" />
84
- <Card horizontal title = " Gerrit" href = " /docs/connections/gerrit" />
85
- <Card horizontal title = " Other Git hosts" icon = " git-alt" href = " /docs/connections/generic-git-host" />
86
- <Card horizontal title = " Local Git repos" icon = " folder" href = " /docs/connections/local-repos" />
87
- </CardGroup >
80
+ <SupportedPlatforms />
88
81
89
82
<Note >Missing your code host? [ Submit a feature request on GitHub] ( https://github.com/sourcebot-dev/sourcebot/discussions/categories/ideas ) .</Note >
90
83
</Step >
Original file line number Diff line number Diff line change
1
+ <CardGroup cols = { 2 } >
2
+ <Card horizontal title = " GitHub" icon = " github" href = " /docs/connections/github" />
3
+ <Card horizontal title = " GitLab" icon = " gitlab" href = " /docs/connections/gitlab" />
4
+ <Card horizontal title = " Bitbucket Cloud" icon = " bitbucket" href = " /docs/connections/bitbucket-cloud" />
5
+ <Card horizontal title = " Bitbucket Data Center" icon = " bitbucket" href = " /docs/connections/bitbucket-data-center" />
6
+ <Card horizontal title = " Gitea" icon = " mug-tea" href = " /docs/connections/gitea" />
7
+ <Card horizontal title = " Gerrit" icon = " crow" href = " /docs/connections/gerrit" />
8
+ <Card horizontal title = " Other Git hosts" icon = " git-alt" href = " /docs/connections/generic-git-host" />
9
+ <Card horizontal title = " Local Git repos" icon = " folder" href = " /docs/connections/local-repos" />
10
+ </CardGroup >
You can’t perform that action at this time.
0 commit comments