mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
update cta on docs overview page
This commit is contained in:
parent
37ce151603
commit
1d3d028b7a
1 changed files with 9 additions and 2 deletions
|
|
@ -2,9 +2,16 @@
|
||||||
title: "Overview"
|
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>
|
<AccordionGroup>
|
||||||
<Accordion title="Why Sourcebot?">
|
<Accordion title="Why Sourcebot?">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue