@@ -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