Skip to content

Commit adde112

Browse files
committed
Remove this page from navigation
1 parent 2bddb76 commit adde112

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/data/navigation.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,12 @@ export const navigation: NavigationItem[] = [
6262
{ title: "Context", href: "/cody/core-concepts/context", },
6363
{ title: "Token Limits", href: "/cody/core-concepts/token-limits", },
6464
// { title: "Embeddings", href: "/cody/core-concepts/embeddings", },
65-
{ title: "Keyword Search", href: "/cody/core-concepts/keyword-search", },
65+
// { title: "Keyword Search", href: "/cody/core-concepts/keyword-search", },
6666
// { title: "Code Graph", href: "/cody/core-concepts/code-graph", },
6767
{ title: "Cody Gateway", href: "/cody/core-concepts/cody-gateway", },
6868
{ title: "Enterprise Architecture", href: "/cody/core-concepts/enterprise-architecture", },
6969
]
7070
},
71-
// {
72-
// title: "Use Cases", href: "/cody/use-cases/generate-unit-tests",
73-
// subsections: [
74-
// { title: "Generate Unit Tests", href: "/cody/use-cases/generate-unit-tests", },
75-
// // { title: "Build UI", href: "/cody/use-cases/build-ui", },
76-
// ]
77-
// },
7871
{ title: "Usage and Pricing", href: "/cody/usage-and-pricing" },
7972
{ title: "Troubleshooting", href: "/cody/troubleshooting" },
8073
{ title: "FAQs", href: "/cody/faq" },

0 commit comments

Comments
 (0)