From 963b9cc6cfbc318ca9d97d2dd4c1854ce332717e Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Thu, 13 Nov 2025 02:02:11 +0100 Subject: [PATCH] Remove second link to Sourcegraph Model Provider from sidebar In two places, this looks weird in the sidebar. --- src/data/navigation.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/data/navigation.ts b/src/data/navigation.ts index a3e0d132a..28d0fc614 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -241,10 +241,6 @@ export const navigation: NavigationItem[] = [ title: 'Prompts Guide', href: '/cody/prompts-guide' }, - { - title: 'Sourcegraph Model Provider', - href: '/model-provider' - }, { title: 'Enterprise Architecture', href: '/cody/core-concepts/enterprise-architecture'