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
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user