Skip to content

Commit ca0bb1f

Browse files
authored
chore: remove notebooks from main navigation and outlines (#1062)
Notebooks have been deprecated and are disabled by default. This removes them from the main navigation and removes a few incoming links to notebooks on index pages. This does not remove the notebooks pages so that customers can still search the docs for notebooks pages, just cannot browse to them.
1 parent 8960064 commit ca0bb1f

File tree

2 files changed

+37
-21
lines changed

2 files changed

+37
-21
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

src/data/navigation.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ export const navigation: NavigationItem[] = [
225225
{ title: "References", href: "/code_insights/references" },
226226
],
227227
},
228-
{
229-
title: "Notebooks",
230-
href: "/notebooks",
231-
sections: [{ title: "Quickstart", href: "/notebooks/quickstart" }],
232-
},
233228
],
234229
},
235230
{

0 commit comments

Comments
 (0)