From e0739344c88765ffa2030577a0f142fa971ff303 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Wed, 2 Apr 2025 15:31:58 -0600 Subject: [PATCH 1/2] remove notebooks from main navigation --- src/data/navigation.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 52b5d3d33..ca6881ad1 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -225,11 +225,6 @@ export const navigation: NavigationItem[] = [ { title: "References", href: "/code_insights/references" }, ], }, - { - title: "Notebooks", - href: "/notebooks", - sections: [{ title: "Quickstart", href: "/notebooks/quickstart" }], - }, ], }, { From 40bfe7091f19b454cebfacd1f98f4840f6c04061 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Wed, 2 Apr 2025 15:34:38 -0600 Subject: [PATCH 2/2] remove incoming links to notebooks pages --- docs/index.mdx | 53 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 16 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index b33f217a3..eefd0d199 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,31 +1,52 @@ 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. -- **Cody**: Use Cody our AI code assistant to read, write, and understand your entire codebase faster -- **Code search:** Search through all of your repositories across all branches and all code hosts -- **Code intelligence:** Navigate code, find references, see code owners, trace history, and more -- **Fix & refactor:** Roll out and track large-scale changes and migrations across repos at once +- **Cody**: Use Cody our AI code assistant to read, write, and understand your entire codebase faster +- **Code search:** Search through all of your repositories across all branches and all code hosts +- **Code intelligence:** Navigate code, find references, see code owners, trace history, and more +- **Fix & refactor:** Roll out and track large-scale changes and migrations across repos at once ## Quickstart - - - - + + + + ## Main Features Some of the main Sourcegraph features include: -| **Feature** | **Description** | -| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -| **Cody** | Cody is a free AI coding assistant that writes, fixes, and maintains your code | -| **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review | -| **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 | -| **Batch Changes** | Make large-scale code changes across many repositories and codehosts | -| **Integrations** | With code hosts, code review tools, editors, web browsers, etc. | -| **Notebooks** | Pair code and markdown to create powerful live and persistent documentation | +| **Feature** | **Description** | +| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| **Cody** | Cody is a free AI coding assistant that writes, fixes, and maintains your code | +| **Code Navigation** | Jump-to-definition, find references, and other IDE-like code browsing features on any branch, commit, or PR/code review | +| **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 | +| **Batch Changes** | Make large-scale code changes across many repositories and codehosts | +| **Integrations** | With code hosts, code review tools, editors, web browsers, etc. | ## What's New