Skip to content

Commit a467bb9

Browse files
Add documentation
1 parent bd38a31 commit a467bb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/docs/connections/bitbucket-data-center.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
4141
}
4242
```
4343
</Accordion>
44+
<Accordion title="Sync all repos">
45+
<Note>Requires a `token` to be set in order to access private repositories.</Note>
46+
```json
47+
{
48+
"type": "bitbucket",
49+
"deploymentType": "server",
50+
"url": "https://mybitbucketdeployment.com",
51+
// Index all repos visible to the provided token
52+
"all": true
53+
}
54+
```
55+
</Accordion>
4456
<Accordion title="Exclude repos from syncing">
4557
```json
4658
{

0 commit comments

Comments
 (0)