Skip to content
Merged
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
9 changes: 1 addition & 8 deletions src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,12 @@ export const navigation: NavigationItem[] = [
{ title: "Context", href: "/cody/core-concepts/context", },
{ title: "Token Limits", href: "/cody/core-concepts/token-limits", },
// { title: "Embeddings", href: "/cody/core-concepts/embeddings", },
{ title: "Keyword Search", href: "/cody/core-concepts/keyword-search", },
// { title: "Keyword Search", href: "/cody/core-concepts/keyword-search", },
// { title: "Code Graph", href: "/cody/core-concepts/code-graph", },
{ title: "Cody Gateway", href: "/cody/core-concepts/cody-gateway", },
{ title: "Enterprise Architecture", href: "/cody/core-concepts/enterprise-architecture", },
]
},
// {
// title: "Use Cases", href: "/cody/use-cases/generate-unit-tests",
// subsections: [
// { title: "Generate Unit Tests", href: "/cody/use-cases/generate-unit-tests", },
// // { title: "Build UI", href: "/cody/use-cases/build-ui", },
// ]
// },
{ title: "Usage and Pricing", href: "/cody/usage-and-pricing" },
{ title: "Troubleshooting", href: "/cody/troubleshooting" },
{ title: "FAQs", href: "/cody/faq" },
Expand Down
Loading