diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 50884bef0..ef3e18e88 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -7,6 +7,8 @@ on: jobs: deploy-demo: + # Demo instance is down so skip this job for now + if: false uses: ./.github/workflows/_gcp-deploy.yml secrets: inherit permissions: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea946cd8..4644e7321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Remove references to demo from docs. [#734](https://github.com/sourcebot-dev/sourcebot/pull/734) + ### Fixed - 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) - 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) diff --git a/docs/docs/features/ask/overview.mdx b/docs/docs/features/ask/overview.mdx index 9e877089e..16576faeb 100644 --- a/docs/docs/features/ask/overview.mdx +++ b/docs/docs/features/ask/overview.mdx @@ -7,6 +7,9 @@ Ask Sourcebot gives you the ability to ask complex questions about your codebase 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, follow code nav references, and provide an answer that’s rich with inline citations and navigable code snippets. + + Learn how to self-host Sourcebot in a few simple steps. + Learn how to connect your language model to Sourcebot @@ -14,12 +17,6 @@ follow code nav references, and provide an answer that’s rich with inline cita Learn how to index your repos so you can ask questions about them - - Learn how to self-host Sourcebot in a few simple steps. - - - Try Ask Sourcebot on our public demo instance. -