Skip to content

Commit 8ee0cc1

Browse files
authored
Move Deep Search into main nav section (#1243)
Discussion: https://sourcegraph.slack.com/archives/C08SNU0M815/p1751313174458049 Deep Search is now in the main nav section and looks like this: <img width="286" alt="image" src="https://github.com/user-attachments/assets/b3e5a3d2-ab2c-4dd8-8fff-1b53997e2c21" /> Potential followups: should we break up the page into more detailed docs?
1 parent a2b50e9 commit 8ee0cc1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
File renamed without changes.

src/data/navigation.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ export const navigation: NavigationItem[] = [
252252
{
253253
title: 'Structural Search',
254254
href: '/code-search/types/structural'
255-
},
256-
{
257-
title: 'Deep Search',
258-
href: '/code-search/types/deep-search'
259255
}
260256
]
261257
},
@@ -264,6 +260,16 @@ export const navigation: NavigationItem[] = [
264260
href: '/code-search/faq'
265261
}
266262
]
263+
},
264+
{
265+
title: 'Deep Search',
266+
href: '/deep-search',
267+
sections: [
268+
{
269+
title: 'Deep Search',
270+
href: '/deep-search'
271+
}
272+
]
267273
}
268274
]
269275
},

0 commit comments

Comments
 (0)