diff --git a/docs/cody/clients/index.mdx b/docs/cody/clients/index.mdx index 35c9b399a..7aee215bd 100644 --- a/docs/cody/clients/index.mdx +++ b/docs/cody/clients/index.mdx @@ -1,11 +1,10 @@ -# Cody Clients +# Install Cody for Free and Pro -

You can install and start using Cody in your favorite IDEs and with the Sourcegraph web app.

+

Learn how to install Cody with editor extensions and web on Free and Pro tiers.

- - - - - - - + + + + + + diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 4129f4b5c..8a15a7942 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -32,14 +32,14 @@ export const navigation: NavigationItem[] = [ sections: [ { title: "Quickstart", href: "/cody/quickstart" }, { - title: "Installation", href: "/cody/clients", - subsections: [ - { title: "Cody for VS Code", href: "/cody/clients/install-vscode", }, - { title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", }, - { title: "Cody for Neovim", href: "/cody/clients/install-neovim", }, - { title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", }, - { title: "Cody for Enterprise", href: "/cody/clients/enable-cody-enterprise", }, - ] + title: "Install Cody for Free & Pro", href: "/cody/clients", + // subsections: [ + // { title: "Cody for VS Code", href: "/cody/clients/install-vscode", }, + // { title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", }, + // { title: "Cody for Neovim", href: "/cody/clients/install-neovim", }, + // { title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", }, + // { title: "Cody for Enterprise", href: "/cody/clients/enable-cody-enterprise", }, + // ] }, { title: "Capabilities", href: "/cody/capabilities",