|
1 | 1 | 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. |
2 | 2 |
|
3 | | -- **Cody**: Use Cody our AI code assistant to read, write, and understand your entire codebase faster |
4 | | -- **Code search:** Search through all of your repositories across all branches and all code hosts |
5 | | -- **Code intelligence:** Navigate code, find references, see code owners, trace history, and more |
6 | | -- **Fix & refactor:** Roll out and track large-scale changes and migrations across repos at once |
| 3 | +- **Cody**: Use Cody our AI code assistant to read, write, and understand your entire codebase faster |
| 4 | +- **Code search:** Search through all of your repositories across all branches and all code hosts |
| 5 | +- **Code intelligence:** Navigate code, find references, see code owners, trace history, and more |
| 6 | +- **Fix & refactor:** Roll out and track large-scale changes and migrations across repos at once |
7 | 7 |
|
8 | 8 | ## Quickstart |
9 | 9 |
|
10 | 10 | <QuickLinks> |
11 | | - <QuickLink href="/cody" icon="cody" imgAlt="Cody" title="Cody" description="Write, fix, and maintain code with Sourcegraph’s AI coding assistant, Cody. " /> |
12 | | - <QuickLink href="/code-search" icon="codesearch" imgAlt="Code Search" title="Code Search" description="Search all of your repositories across all branches and all code hosts." /> |
13 | | - <QuickLink title="Sourcegraph 101" icon="plugins" href="/getting-started" description="Learn how to use Sourcegraph." /> |
14 | | - <QuickLink title="Sourcegraph Tour" icon="codegraph" href="/getting-started/tour" description="Take a tour of Sourcegraph’s features using real-world examples and use cases." /> |
| 11 | + <QuickLink |
| 12 | + href="/cody" |
| 13 | + icon="cody" |
| 14 | + imgAlt="Cody" |
| 15 | + title="Cody" |
| 16 | + description="Write, fix, and maintain code with Sourcegraph’s AI coding assistant, Cody. " |
| 17 | + /> |
| 18 | + <QuickLink |
| 19 | + href="/code-search" |
| 20 | + icon="codesearch" |
| 21 | + imgAlt="Code Search" |
| 22 | + title="Code Search" |
| 23 | + description="Search all of your repositories across all branches and all code hosts." |
| 24 | + /> |
| 25 | + <QuickLink |
| 26 | + title="Sourcegraph 101" |
| 27 | + icon="plugins" |
| 28 | + href="/getting-started" |
| 29 | + description="Learn how to use Sourcegraph." |
| 30 | + /> |
| 31 | + <QuickLink |
| 32 | + title="Sourcegraph Tour" |
| 33 | + icon="codegraph" |
| 34 | + href="/getting-started/tour" |
| 35 | + description="Take a tour of Sourcegraph’s features using real-world examples and use cases." |
| 36 | + /> |
15 | 37 | </QuickLinks> |
16 | 38 |
|
17 | 39 | ## Main Features |
18 | 40 |
|
19 | 41 | Some of the main Sourcegraph features include: |
20 | 42 |
|
21 | | -| **Feature** | **Description** | |
22 | | -| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | |
23 | | -| **Cody** | Cody is a free AI coding assistant that writes, fixes, and maintains your code | |
24 | | -| **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review | |
25 | | -| **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 | |
26 | | -| **Batch Changes** | Make large-scale code changes across many repositories and codehosts | |
27 | | -| **Integrations** | With code hosts, code review tools, editors, web browsers, etc. | |
28 | | -| **Notebooks** | Pair code and markdown to create powerful live and persistent documentation | |
| 43 | +| **Feature** | **Description** | |
| 44 | +| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| 45 | +| **Cody** | Cody is a free AI coding assistant that writes, fixes, and maintains your code | |
| 46 | +| **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review | |
| 47 | +| **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 | |
| 48 | +| **Batch Changes** | Make large-scale code changes across many repositories and codehosts | |
| 49 | +| **Integrations** | With code hosts, code review tools, editors, web browsers, etc. | |
29 | 50 |
|
30 | 51 | ## What's New |
31 | 52 |
|
|
0 commit comments