Skip to content

Commit 5f454d0

Browse files
authored
Add Deep Search to main docs page (#1368)
It feels like we should feature DS a bit more prominently, so I added it to the main docs page.
1 parent 096eb89 commit 5f454d0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Sourcegraph is a Code Intelligence platform that deeply understands your code, no matter how large or where it’s hosted, to power modern developer experiences.
22

33
- **Code Search:** Search through all of your repositories across all branches and all code hosts
4+
- **Deep Search:** Ask natural language questions and get detailed answers from our AI agent
45
- **Code Intelligence:** Navigate code, find references, see code owners, trace history, and more
56
- **Fix and Refactor:** Roll out and track large-scale changes and migrations across repos at once
6-
- **AI Assistant:** Use Cody our AI code assistant to read, write, and understand your entire codebase faster
7+
- **AI Assistant:** Use Cody, our AI code assistant to read, write, and understand your entire codebase faster
78

89
## Quickstart
910

@@ -22,6 +23,12 @@ Sourcegraph is a Code Intelligence platform that deeply understands your code, n
2223
title="Cody"
2324
description="Write, fix, and maintain code with Sourcegraph’s AI coding assistant, Cody. "
2425
/>
26+
<QuickLink
27+
title="Deep Search"
28+
icon="plugins"
29+
href="/deep-search"
30+
description="Get comprehensive answers to complex code questions using an AI agent that explores your codebase."
31+
/>
2532
<QuickLink
2633
title="Sourcegraph 101"
2734
icon="plugins"
@@ -42,7 +49,8 @@ Some of the main Sourcegraph features include:
4249

4350
| **Feature** | **Description** |
4451
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
45-
| **Cody** | Cody is and AI coding assistant that writes, fixes, and maintains your code |
52+
| **Deep Search** | Natural language code search with a dedicated AI agent that explores your codebase |
53+
| **Cody** | Cody is and AI coding assistant that writes, fixes, and maintains your code |
4654
| **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review |
4755
| **Code Insights** | Reveal high-level information about your codebase at its current state and over time, to track migrations, version usage, vulnerability remediation, ownership, and more |
4856
| **Batch Changes** | Make large-scale code changes across many repositories and codehosts |

0 commit comments

Comments
 (0)