@@ -10,6 +10,8 @@ import { ReactComponent as TraefikIcon } from '../../images/Traefik-Hub.svg'
10
10
import { ReactComponent as TraefikProxyIcon } from '../../images/TraefikProxy.svg'
11
11
import { ReactComponent as TraefikEnterpriseIcon } from '../../images/TraefikEnterprise.svg'
12
12
import { ReactComponent as ApiGatewayIcon } from '../../images/APIGateway.svg'
13
+ import { ReactComponent as ApiGovernanceIcon } from '../../images/APIGovernance.svg'
14
+ import { ReactComponent as ApiMockingIcon } from '../../images/APIMocking.svg'
13
15
import { ReactComponent as APIManagementIcon } from '../../images/APIManagement.svg'
14
16
import { ReactComponent as DockerSwarmIcon } from '../../images/DockerSwarmIngress.svg'
15
17
import { ReactComponent as KubernetesIcon } from '../../images/KubernetesIngress.svg'
@@ -166,6 +168,20 @@ const MainNav = () => {
166
168
description : 'Simplifies and Accelerates API lifecycle management.' ,
167
169
icon : < ApiGatewayIcon /> ,
168
170
} ,
171
+ {
172
+ title : 'Runtime API Governance' ,
173
+ url : 'https://traefik.io/solutions/api-governance/' ,
174
+ external : true ,
175
+ description : 'Enforce critical runtime API policies for secure, reliable, and compliant API management.' ,
176
+ icon : < ApiGovernanceIcon /> ,
177
+ } ,
178
+ {
179
+ title : 'API Mocking' ,
180
+ url : 'https://traefik.io/solutions/api-mocking/' ,
181
+ external : true ,
182
+ description : 'Create, publish, and consume mock APIs with production-like UX and SLAs.' ,
183
+ icon : < ApiMockingIcon /> ,
184
+ } ,
169
185
] }
170
186
bgImage = { 'https://traefik.io/images/site-nav/PatternBG-2@3x.png' }
171
187
/>
0 commit comments