From 233e2402ebe32c42690d1faa9cf088285b62ba5f Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 22 Jan 2025 09:18:22 +0800 Subject: [PATCH] chore: Remove 'Indexers' entry from side menu The Writing an Indexer page is linked from the Precise Code Nav page. It doesn't make sense to link it from the overall Nav with the label 'Indexers' because the 'Indexers' title makes it seems like the page will describe the available indexers. --- docs/code-search/code-navigation/precise_code_navigation.mdx | 2 +- src/data/navigation.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/code-search/code-navigation/precise_code_navigation.mdx b/docs/code-search/code-navigation/precise_code_navigation.mdx index c6a7e1f32..3513a3908 100644 --- a/docs/code-search/code-navigation/precise_code_navigation.mdx +++ b/docs/code-search/code-navigation/precise_code_navigation.mdx @@ -67,6 +67,6 @@ The following repositories have precise code navigation enabled: ## More resources - + diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 3f5e48333..d01a75831 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -102,7 +102,6 @@ export const navigation: NavigationItem[] = [ { title: "Features", href: "/code-search/code-navigation/features", }, { title: "Search-based code navigation", href: "/code-search/code-navigation/search_based_code_navigation", }, { title: "Precise code navigation", href: "/code-search/code-navigation/precise_code_navigation", }, - { title: "Indexers", href: "/code-search/code-navigation/writing_an_indexer", }, { title: "Auto-indexing", href: "/code-search/code-navigation/auto_indexing", }, { title: "Environment Variables", href: "/code-search/code-navigation/envvars", }, { title: "Troubleshooting", href: "/code-search/code-navigation/troubleshooting", },