Skip to content

Add Tabs in Cody docs #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions docs/cody/clients/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Cody Clients
# Install Cody for Free and Pro

<p className="subtitle">You can install and start using Cody in your favorite IDEs and with the Sourcegraph web app.</p>
<p className="subtitle">Learn how to install Cody with editor extensions and web on Free and Pro tiers.</p>

<ProductCards>
<ProductCard href="/cody/clients/install-vscode" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code. " />
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
<ProductCard href="/cody/clients/install-neovim" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/neovim-logo.png" imgAlt="Neovim" title="Cody for Neovim (experimental)" description="Install Cody's free extension for Neovim." />
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/cody-logomark-default.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
</ProductCards>
<ContentTabs name="main">
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (Experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
</ContentTabs>
16 changes: 8 additions & 8 deletions src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading