Skip to content

Commit 024ae58

Browse files
authored
chore(docs): Remove references to demo instance in docs (#734)
* remove references to demo instance in docs * disable action * changelog
1 parent ba085a9 commit 024ae58

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
deploy-demo:
10+
# Demo instance is down so skip this job for now
11+
if: false
1012
uses: ./.github/workflows/_gcp-deploy.yml
1113
secrets: inherit
1214
permissions:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Remove references to demo from docs. [#734](https://github.com/sourcebot-dev/sourcebot/pull/734)
12+
1013
### Fixed
1114
- Fixed issue where 403 errors were being raised during a user driven permission sync against a self-hosted code host. [#729](https://github.com/sourcebot-dev/sourcebot/pull/729)
1215
- Fixed "ambiguous argument 'HEAD^{commit}': unknown revision or path not in the working tree" error for blank repositories. [#733](https://github.com/sourcebot-dev/sourcebot/pull/733)

docs/docs/features/ask/overview.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ Ask Sourcebot gives you the ability to ask complex questions about your codebase
77
It uses Sourcebot’s existing [code search](/docs/features/search/overview) and [navigation](/docs/features/code-navigation) tools to allow reasoning models to search your code,
88
follow code nav references, and provide an answer that’s rich with inline citations and navigable code snippets.
99

10+
<Card title="Deployment guide" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
11+
Learn how to self-host Sourcebot in a few simple steps.
12+
</Card>
1013
<CardGroup>
1114
<Card title="Configure language models" icon="robot" href="/docs/configuration/language-model-providers" horizontal="true">
1215
Learn how to connect your language model to Sourcebot
1316
</Card>
1417
<Card title="Index repos" icon="book" href="/docs/connections/overview" horizontal="true">
1518
Learn how to index your repos so you can ask questions about them
1619
</Card>
17-
<Card title="Deployment guide" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
18-
Learn how to self-host Sourcebot in a few simple steps.
19-
</Card>
20-
<Card title="Public demo" icon="globe" href="https://demo.sourcebot.dev/" horizontal="true">
21-
Try Ask Sourcebot on our public demo instance.
22-
</Card>
2320
</CardGroup>
2421

2522
<video

docs/docs/features/mcp-server.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP)
99

1010
<Steps>
1111
<Step title="Launch Sourcebot">
12-
Follow the [deployment guides](/docs/deployment/docker-compose) to launch Sourcebot and get your code indexed. The host url of your instance (e.g., `http://localhost:3000`) is passed to the MCP server via the `SOURCEBOT_HOST` url.
13-
14-
If a host is not provided, then the server will fallback to using the demo instance hosted at https://demo.sourcebot.dev. You can see the list of repositories indexed [here](https://demo.sourcebot.dev/~/repos). Add additional repositories by [opening a PR](https://github.com/sourcebot-dev/sourcebot/blob/main/demo-site-config.json).
12+
Follow the [deployment guides](/docs/deployment/docker-compose) to launch Sourcebot and get your code indexed. The host url of your instance (e.g., `http://localhost:3000`) is passed to the MCP server via the `SOURCEBOT_HOST` environment variable.
1513
</Step>
1614

1715
<Step title="Create an API key">

docs/docs/features/search/overview.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@ Search across all your repos/branches across any code host platform. Blazingly f
1515
- **Filter panel:** Filter results by repository or by language.
1616
</Accordion>
1717

18+
<Card title="Deployment guides" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
19+
Learn how to self-host Sourcebot in a few simple steps.
20+
</Card>
1821
<CardGroup>
1922
<Card title="Index repos" icon="book" href="/docs/connections/overview" horizontal="true">
2023
Learn how to index your repos so you can ask questions about them
2124
</Card>
2225
<Card title="Branches" icon="split" href="/docs/features/search/multi-branch-indexing" horizontal="true">
2326
Learn how to index and search through your branches
2427
</Card>
25-
<Card title="Deployment guides" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
26-
Learn how to self-host Sourcebot in a few simple steps.
27-
</Card>
28-
<Card title="Public demo" icon="globe" href="https://demo.sourcebot.dev/" horizontal="true">
29-
Try Sourcebot's code search on our public demo instance.
30-
</Card>
3128
</CardGroup>
3229

3330
<video

docs/docs/overview.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ title: "Overview"
88
- [Ask Sourcebot](/docs/features/ask): Ask questions about your codebase and have Sourcebot provide detailed answers grounded with inline citations
99
- [MCP](/docs/features/mcp-server): Enrich agent context windows with code across your organization
1010

11-
<CardGroup>
1211
<Card title="Deployment guides" icon="server" href="/docs/deployment/docker-compose" horizontal="true">
1312
Learn how to self-host Sourcebot in a few simple steps.
1413
</Card>
15-
<Card title="Public demo" icon="globe" href="https://demo.sourcebot.dev/" horizontal="true">
16-
Check out Sourcebot's features on our public demo instance.
17-
</Card>
18-
</CardGroup>
1914

2015
<AccordionGroup>
2116
<Accordion title="Why Sourcebot?">
@@ -207,7 +202,7 @@ Sourcebot's core features are available under an [FSL licensed](https://github.c
207202
## Telemetry
208203
---
209204

210-
By default, Sourcebot collects anonymized usage data through [PostHog](https://posthog.com/) to help us improve the performance and reliability of our tool. We don't collect or transmit <a href="https://demo.sourcebot.dev/~/search?query=captureEvent%5C(%20repo%3Asourcebot">any information related to your codebase</a>. In addition, all events are [sanitized](https://github.com/sourcebot-dev/sourcebot/blob/HEAD/packages/web/src/app/posthogProvider.tsx) to ensure that no sensitive details (ex. ip address, query info) leave your machine.
205+
By default, Sourcebot collects anonymized usage data through [PostHog](https://posthog.com/) to help us improve the performance and reliability of our tool. We don't collect or transmit any information related to your codebase. In addition, all events are [sanitized](https://github.com/sourcebot-dev/sourcebot/blob/HEAD/packages/web/src/app/posthogProvider.tsx) to ensure that no sensitive details (ex. ip address, query info) leave your machine.
211206

212207
The data we collect includes general usage statistics and metadata such as query performance (e.g., search duration, error rates) to monitor the application's health and functionality. This information helps us better understand how Sourcebot is used and where improvements can be made.
213208

0 commit comments

Comments
 (0)