Skip to content

Commit 277321e

Browse files
committed
fix: remove broken sidebar links (Authentication, Configuration, Contributing pages)
1 parent dbe2c22 commit 277321e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

frontend/src/components/docs/DocsSidebar.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import {
1313
AlertTriangle,
1414
Palette,
1515
Server,
16-
Settings,
17-
Users,
1816
ChevronLeft
1917
} from 'lucide-react'
2018

@@ -58,7 +56,6 @@ const navigation: NavSection[] = [
5856
title: 'API Reference',
5957
items: [
6058
{ title: 'Overview', href: '/docs/api', icon: <Code className="w-4 h-4" /> },
61-
{ title: 'Authentication', href: '/docs/api/authentication', icon: <Settings className="w-4 h-4" /> },
6259
{ title: 'Repositories', href: '/docs/api/repositories', icon: <GitBranch className="w-4 h-4" /> },
6360
{ title: 'Search', href: '/docs/api/search', icon: <Search className="w-4 h-4" /> },
6461
{ title: 'Analysis', href: '/docs/api/analysis', icon: <AlertTriangle className="w-4 h-4" /> },
@@ -69,15 +66,12 @@ const navigation: NavSection[] = [
6966
items: [
7067
{ title: 'Docker Setup', href: '/docs/deployment/docker', icon: <Server className="w-4 h-4" /> },
7168
{ title: 'Self-Hosting', href: '/docs/deployment/self-host', icon: <Server className="w-4 h-4" /> },
72-
{ title: 'Configuration', href: '/docs/deployment/configuration', icon: <Settings className="w-4 h-4" /> },
7369
],
7470
},
7571
{
7672
title: 'Contributing',
7773
items: [
7874
{ title: 'Architecture', href: '/docs/architecture', icon: <GitBranch className="w-4 h-4" /> },
79-
{ title: 'Development Setup', href: '/docs/contributing/setup', icon: <Code className="w-4 h-4" /> },
80-
{ title: 'Code Style Guide', href: '/docs/contributing/style', icon: <FileText className="w-4 h-4" /> },
8175
],
8276
},
8377
]

0 commit comments

Comments
 (0)