Skip to content

Commit 2f5b26f

Browse files
wip
1 parent c4106e4 commit 2f5b26f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

docs/docs/connections/bitbucket-cloud.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import BitbucketToken from '/snippets/bitbucket-token.mdx';
88
import BitbucketAppPassword from '/snippets/bitbucket-app-password.mdx';
99
import BitbucketSchema from '/snippets/schemas/v3/bitbucket.schema.mdx'
1010

11+
<Note>
12+
Looking for docs on Bitbucket Data Center? See [this doc](/docs/connections/bitbucket-data-center).
13+
</Note>
14+
1115
## Examples
1216

1317
<AccordionGroup>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import BitbucketToken from '/snippets/bitbucket-token.mdx';
88
import BitbucketAppPassword from '/snippets/bitbucket-app-password.mdx';
99
import BitbucketSchema from '/snippets/schemas/v3/bitbucket.schema.mdx'
1010

11+
<Note>
12+
Looking for docs on Bitbucket Cloud? See [this doc](/docs/connections/bitbucket-cloud).
13+
</Note>
14+
1115
## Examples
1216

1317
<AccordionGroup>

docs/docs/overview.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Search across millions of lines of code in seconds using Sourcebot's blazingly f
1616
<Accordion title="Key benefits">
1717
- **Regex support:** Use regular expressions to find code with precision.
1818
- **Query language:** Scope searches to specific files, repos, languages, symbol definitions and more using a rich [query language](/docs/search/syntax-reference).
19+
- **Branch search:** Specify a list of branches to search across ([docs](/docs/search/multi-branch-indexing)).
1920
- **Fast & scalable:** Sourcebot uses [trigram indexing](https://en.wikipedia.org/wiki/Trigram_search), allowing it to scale to massive codebases.
2021
- **Syntax highlighting:** Syntax highlighting support for over [100+ languages](https://github.com/sourcebot-dev/sourcebot/blob/57724689303f351c279d37f45b6406f1d5d5d5ab/packages/web/src/lib/codemirrorLanguage.ts#L125).
2122
- **Multi-repository:** Search across all of your repositories in a single search.
@@ -53,12 +54,14 @@ Search across millions of lines of code in seconds using Sourcebot's blazingly f
5354
></video>
5455

5556

56-
### Multi code-host support
57+
### Cross code-host support
5758

58-
Connect your code from multiple code-host platforms and search them all from a single interface.
59+
Connect your code from multiple code-host platforms and search across all of them from a single interface.
5960

6061
<Accordion title="Key benefits">
61-
- **Auto re-indexing:** Sourcebot will take care of keeping it's index upto date with the latest changes.
62+
- **Auto re-syncing:** Code-hosts will periodically sync with Sourcebot to pull the latest changes.
63+
- **Flexible configuration:** Sourcebot uses a expressive [JSON schema](/docs/connections/overview) config format to specify exaclty what repositories to index (and what not to index).
64+
- **Parallel indexing:** Repositories are indexed in parallel.
6265
</Accordion>
6366

6467
<Columns cols={4}>

0 commit comments

Comments
 (0)