From e22890cf9999de27ab4a56eb0d881cacf5c1f143 Mon Sep 17 00:00:00 2001 From: Ado Kukic Date: Tue, 5 Nov 2024 11:55:15 -0800 Subject: [PATCH 1/3] Hackathon - Keyword Search --- docs/cody/core-concepts/keyword-search.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cody/core-concepts/keyword-search.mdx b/docs/cody/core-concepts/keyword-search.mdx index 5c93ef41c..0891f1e3c 100644 --- a/docs/cody/core-concepts/keyword-search.mdx +++ b/docs/cody/core-concepts/keyword-search.mdx @@ -1,3 +1,4 @@ +{/* Hackathon */} # Keyword Search

Learn how Cody makes use to Keyword Search to gather context.

From 2bddb76ab09e52a63ea89f2da01c67dfe32bd343 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Thu, 14 Nov 2024 12:29:58 -0800 Subject: [PATCH 2/3] Rmv banner --- docs/cody/core-concepts/keyword-search.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/cody/core-concepts/keyword-search.mdx b/docs/cody/core-concepts/keyword-search.mdx index 0891f1e3c..5c93ef41c 100644 --- a/docs/cody/core-concepts/keyword-search.mdx +++ b/docs/cody/core-concepts/keyword-search.mdx @@ -1,4 +1,3 @@ -{/* Hackathon */} # Keyword Search

Learn how Cody makes use to Keyword Search to gather context.

From adde112ce65229b32231696ceb69a43adba6e92b Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Thu, 14 Nov 2024 12:34:36 -0800 Subject: [PATCH 3/3] Remove this page from navigation --- src/data/navigation.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 56d86bf1c..a38b8c408 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -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" },