@@ -134,9 +134,9 @@ export const U = {
134134
135135 // Developers / resources
136136 docs : 'https://docs.hanzo.ai' ,
137- apiRef : 'https://docs.hanzo.ai/api-reference ' ,
138- cliRef : 'https://docs.hanzo.ai/cli' ,
139- quickstarts : 'https://docs.hanzo.ai/quickstart ' ,
137+ apiRef : 'https://docs.hanzo.ai/docs/ api' ,
138+ cliRef : 'https://docs.hanzo.ai/docs/ cli' ,
139+ quickstarts : 'https://docs.hanzo.ai/docs/getting-started ' ,
140140 learn : 'https://hanzo.ai/learn' ,
141141 // Community = the hub for everything built on Hanzo: templates + apps shipped on
142142 // hanzo.app + the hanzo-apps GitHub org. Lives on hanzo.app (the builder), which
@@ -623,10 +623,13 @@ export const HANZO_SURFACES: HanzoSurface[] = [
623623 productId : 'bot' ,
624624 brandName : 'Hanzo Bot' ,
625625 localNav : [
626- { id : 'product' , label : 'Product' , href : `${ U . bot } /product` } ,
627- { id : 'channels' , label : 'Channels' , href : `${ U . bot } /channels` } ,
628- { id : 'templates' , label : 'Templates' , href : `${ U . bot } /templates` } ,
626+ // These point at hanzo.bot's real pages. /product, /channels and
627+ // /templates never existed there, so the header shipped three 404s;
628+ // the site calls the same things platform, integrations and skills.
629+ { id : 'platform' , label : 'Platform' , href : `${ U . bot } /platform` } ,
630+ { id : 'skills' , label : 'Skills' , href : `${ U . bot } /skills` } ,
629631 { id : 'integrations' , label : 'Integrations' , href : `${ U . bot } /integrations` } ,
632+ { id : 'showcase' , label : 'Showcase' , href : `${ U . bot } /showcase` } ,
630633 { id : 'pricing' , label : 'Pricing' , href : U . pricing } ,
631634 ] ,
632635 secondaryCTA : { id : 'docs' , label : 'Documentation' , href : U . docs } ,
@@ -635,7 +638,7 @@ export const HANZO_SURFACES: HanzoSurface[] = [
635638 heading : 'Put an intelligent agent in every channel' ,
636639 actions : [
637640 { id : 'createbot' , label : 'Create bot' , href : U . bot } ,
638- { id : 'channels ' , label : 'View channels ' , href : `${ U . bot } /channels ` } ,
641+ { id : 'integrations ' , label : 'View integrations ' , href : `${ U . bot } /integrations ` } ,
639642 ] ,
640643 } ,
641644 } ,
0 commit comments