We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d707d1 commit 73285d2Copy full SHA for 73285d2
src/data/navigation.ts
@@ -46,16 +46,16 @@ export const navigation: NavigationItem[] = [
46
},
47
{
48
title: "Cody for Users",
49
- href: "/clients",
+ href: "/cody/clients",
50
sections: [
51
{ title: "VS Code", href: "/cody/clients/install-vscode" },
52
{ title: "JetBrains", href: "/cody/clients/install-jetbrains" },
53
{ title: "Web", href: "/cody/clients/cody-with-sourcegraph" },
54
],
55
56
57
- title: "Features",
58
- href: "/capabilities",
+ title: "Capabilities",
+ href: "/cody/capabilities",
59
60
{ title: "Chat", href: "/cody/capabilities/chat" },
61
{ title: "Autocomplete", href: "/cody/capabilities/autocomplete" },
0 commit comments