Skip to content
Closed
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
8 changes: 8 additions & 0 deletions docs/cody/clients/cody-with-sourcegraph.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Cody for Web

<p className="subtitle">Learn how to use Cody in the web interface with your Sourcegraph.com instance.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/cody/clients/enable-cody-enterprise.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Enabling Cody on Sourcegraph Enterprise

<p className="subtitle">This guide will walk you through the steps to install and set up Cody with your Sourcegraph Enterprise instance.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/cody/clients/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs name='main'>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Cody Clients

<p className="subtitle">You can install and start using Cody in your favorite IDEs and with the Sourcegraph web app.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/cody/clients/install-jetbrains.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Installing Cody for JetBrains

<p className="subtitle">Learn how to use Cody and its features with the JetBrains IntelliJ editor.</p>
Expand Down
8 changes: 8 additions & 0 deletions docs/cody/clients/install-neovim.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Install Cody for Neovim

<p className="subtitle">
Expand Down
8 changes: 8 additions & 0 deletions docs/cody/clients/install-vscode.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<ContentTabs>
<ContentTab title="VS Code" href="/cody/clients/install-vscode" />
<ContentTab title="JetBrains (beta)" href="/cody/clients/install-jetbrains" />
<ContentTab title="Neovim (experimental)" href="/cody/clients/install-neovim" />
<ContentTab title="Web" href="/cody/clients/cody-with-sourcegraph" />
<ContentTab title="Cody Enterprise" href="/cody/clients/enable-cody-enterprise" />
</ContentTabs>

# Installing Cody in VS Code

<p className="subtitle">Learn how to use Cody and its features with the VS Code editor.</p>
Expand Down
Loading