fix(web): restore secondary navigation routes
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 19s
CD Pipeline / build-and-deploy (push) Successful in 3m40s
CD Pipeline / post-deploy-checks (push) Successful in 1m20s

This commit is contained in:
Your Name
2026-06-29 19:39:45 +08:00
parent 7acf48a35b
commit d14a25f93c
3 changed files with 55 additions and 14 deletions

View File

@@ -134,8 +134,21 @@ export const PRODUCT_NAV_SECTIONS: ProductNavSection[] = [
href: '/iwooos',
labelKey: 'iwooos',
Icon: ShieldCheck,
aliases: ['/security-compliance'],
relatedPaths: ['/security', '/compliance', '/governance'],
},
{
id: 'iwooos-security-compliance',
href: '/security-compliance',
labelKey: 'iwooosSecurityCompliance',
Icon: ShieldCheck,
aliases: ['/security', '/compliance'],
surface: 'secondary',
},
{
id: 'governance-security',
href: '/governance',
labelKey: 'governanceSecurity',
Icon: Radar,
surface: 'secondary',
},
{
id: 'operations',