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 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" }], - }, ], }, {