Skip to content

Commit 40bfe70

Browse files
committed
remove incoming links to notebooks pages
1 parent e073934 commit 40bfe70

File tree

1 file changed

+37
-16
lines changed

1 file changed

+37
-16
lines changed

docs/index.mdx

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,52 @@
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

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
77

88
## Quickstart
99

1010
<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+
/>
1537
</QuickLinks>
1638

1739
## Main Features
1840

1941
Some of the main Sourcegraph features include:
2042

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. |
2950

3051
## What's New
3152

0 commit comments

Comments
 (0)