@@ -127,7 +127,6 @@ export const U = {
127127 // Install
128128 desktop : 'https://hanzo.ai/desktop' ,
129129 extension : 'https://hanzo.ai/extension' ,
130- vscode : 'https://hanzo.ai/vscode' ,
131130 cli : 'https://hanzo.ai/cli' ,
132131 sdks : 'https://hanzo.ai/sdks' ,
133132 downloads : 'https://hanzo.ai/download' ,
@@ -143,7 +142,6 @@ export const U = {
143142 // owns the feed + its moderation. (Replaces the old hanzo.ai/showcase, which was
144143 // just the hero chat re-skinned.)
145144 community : 'https://hanzo.app/community' ,
146- changelog : 'https://hanzo.ai/changelog' ,
147145 research : 'https://hanzo.ai/research' ,
148146 status : 'https://status.hanzo.ai' ,
149147 support : 'https://hanzo.ai/support' ,
@@ -224,7 +222,6 @@ export const MEET_HANZO_GROUPS: MeetHanzoGroup[] = [
224222 items : [
225223 { id : 'desktop' , label : 'Desktop app' , href : U . desktop } ,
226224 { id : 'extension' , label : 'Browser extension' , href : U . extension } ,
227- { id : 'vscode' , label : 'VS Code' , href : U . vscode } ,
228225 { id : 'cli' , label : 'Hanzo CLI' , href : U . cli } ,
229226 { id : 'sdks' , label : 'SDKs' , href : U . sdks } ,
230227 { id : 'downloads' , label : 'All downloads' , href : U . downloads } ,
@@ -238,7 +235,6 @@ export const MEET_HANZO_GROUPS: MeetHanzoGroup[] = [
238235 { id : 'quickstarts' , label : 'Quickstarts' , href : U . quickstarts } ,
239236 { id : 'learn' , label : 'Learn' , href : U . learn } ,
240237 { id : 'community' , label : 'Community' , href : U . community } ,
241- { id : 'changelog' , label : 'Changelog' , href : U . changelog } ,
242238 { id : 'status' , label : 'Status' , href : U . status } ,
243239 { id : 'support' , label : 'Support' , href : U . support } ,
244240 ] ,
@@ -451,7 +447,6 @@ export const HANZO_FOOTER_COLUMNS: FooterColumn[] = [
451447 items : [
452448 { id : 'desktop' , label : 'Desktop app' , href : U . desktop } ,
453449 { id : 'extension' , label : 'Browser extension' , href : U . extension } ,
454- { id : 'vscode' , label : 'VS Code' , href : U . vscode } ,
455450 { id : 'cli' , label : 'Hanzo CLI' , href : U . cli } ,
456451 { id : 'sdks' , label : 'SDKs' , href : U . sdks } ,
457452 { id : 'downloads' , label : 'All downloads' , href : U . downloads } ,
@@ -475,7 +470,6 @@ export const HANZO_FOOTER_COLUMNS: FooterColumn[] = [
475470 { id : 'quickstarts' , label : 'Quickstarts' , href : U . quickstarts } ,
476471 { id : 'learn' , label : 'Learn' , href : U . learn } ,
477472 { id : 'community' , label : 'Community' , href : U . community } ,
478- { id : 'changelog' , label : 'Changelog' , href : U . changelog } ,
479473 { id : 'research' , label : 'Research' , href : U . research } ,
480474 { id : 'support' , label : 'Support' , href : U . support } ,
481475 ] ,
0 commit comments