update cta on docs overview page

This commit is contained in:
msukkari 2025-06-09 15:11:08 -07:00
parent 37ce151603
commit 1d3d028b7a

View file

@ -2,9 +2,16 @@
title: "Overview"
---
> Sourcebot is an open-source ([GitHub](https://github.com/sourcebot-dev/sourcebot)), self-hosted code search tool that is purpose built to help teams find and navigate code quickly, at scale.
Sourcebot is an open-source ([GitHub](https://github.com/sourcebot-dev/sourcebot)), self-hosted code search tool that is purpose built to help teams find and navigate code quickly, at scale.
If you'd like to try it out, check out our [public demo](https://demo.sourcebot.dev/).
<CardGroup>
<Card title="Deployment guide" icon="server" href="/docs/deployment-guide" horizontal="true">
Learn how to self-host Sourcebot in a few simple steps.
</Card>
<Card title="Public demo" icon="globe" href="https://demo.sourcebot.dev/" horizontal="true">
Check out Sourcebot's features on our public demo instance.
</Card>
</CardGroup>
<AccordionGroup>
<Accordion title="Why Sourcebot?">