diff --git a/docs/cli/index.mdx b/docs/cli/index.mdx
index 140907080..e21eca137 100644
--- a/docs/cli/index.mdx
+++ b/docs/cli/index.mdx
@@ -1,13 +1,16 @@
# CLI
-
Interact with Sourcegraph from the command line
+Interact with Sourcegraph and Cody from the command line interface.
`src` is a command line interface to Sourcegraph that allows you to search code from your terminal, create and apply batch changes, and manage and administrate repositories, users, and more.
-## Getting Started
+[Cody CLI](/cody/clients/install-cli) is the same technology that powers the Cody IDE plugins but available from the command-line. Use Cody CLI for ad-hoc exploration in your terminal or as part of scripts to automate your workflows.
+
+## Quick Links
-
-
+
+
+
diff --git a/src/data/navigation.ts b/src/data/navigation.ts
index a44664154..0a70c1909 100644
--- a/src/data/navigation.ts
+++ b/src/data/navigation.ts
@@ -37,7 +37,6 @@ export const navigation: NavigationItem[] = [
{ title: "Cody for VS Code", href: "/cody/clients/install-vscode", },
{ title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", },
{ title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", },
- { title: "Cody for CLI", href: "/cody/clients/install-cli", },
{ title: "Cody for Enterprise", href: "/cody/clients/enable-cody-enterprise", },
{ title: "Model Configuration", href: "/cody/clients/model-configuration", },
]
@@ -280,13 +279,15 @@ export const navigation: NavigationItem[] = [
separator: "CLI & API",
topics: [
{
- title: "Sourcegraph CLI",
+ title: "Sourcegraph & Cody CLI",
href: "/cli",
sections: [
{ title: "Quickstart", href: "/cli/quickstart" },
{ title: "Explanations", href: "/cli/explanations" },
{ title: "How-to Guides", href: "/cli/how-tos" },
{ title: "References", href: "/cli/references" },
+ { title: "Cody CLI", href: "/cody/clients/install-cli", },
+
],
},
{