Skip to content

Commit 933183f

Browse files
chore: Remove 'Indexers' entry from side menu (#907)
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.
1 parent 2f7476f commit 933183f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/code-search/code-navigation/precise_code_navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ The following repositories have precise code navigation enabled:
6767
## More resources
6868

6969
<QuickLinks>
70-
<QuickLink href="/code-search/code-navigation/writing_an_indexer" icon="installation" imgAlt="Code Navigation" title="Writing a SCIP indexer" description="Learn how you can write an indexer to emit SCIP with Sourcegraph." />
70+
<QuickLink href="/code-search/code-navigation/writing_an_indexer" icon="installation" imgAlt="Code Navigation" title="Writing a SCIP indexer" description="Learn how you can write an indexer to emit SCIP for code navigation in Sourcegraph." />
7171
<QuickLink href="/code-search/code-navigation/how-to/adding_lsif_to_workflows" icon="lightbulb" imgAlt="Code Navigation" title="Adding precise code navigation to CI/CD workflows" description="Learn how to add precise code navigation to CI/CD workflows to Sourcegraph." />
7272
</QuickLinks>

src/data/navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export const navigation: NavigationItem[] = [
102102
{ title: "Features", href: "/code-search/code-navigation/features", },
103103
{ title: "Search-based code navigation", href: "/code-search/code-navigation/search_based_code_navigation", },
104104
{ title: "Precise code navigation", href: "/code-search/code-navigation/precise_code_navigation", },
105-
{ title: "Indexers", href: "/code-search/code-navigation/writing_an_indexer", },
106105
{ title: "Auto-indexing", href: "/code-search/code-navigation/auto_indexing", },
107106
{ title: "Environment Variables", href: "/code-search/code-navigation/envvars", },
108107
{ title: "Troubleshooting", href: "/code-search/code-navigation/troubleshooting", },

0 commit comments

Comments
 (0)