-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add API runtime governance and api mocking to menu
- Loading branch information
1 parent
01d138a
commit 5087a1e
Showing
4 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ import { ReactComponent as TraefikIcon } from '../../images/Traefik-Hub.svg' | |
import { ReactComponent as TraefikProxyIcon } from '../../images/TraefikProxy.svg' | ||
import { ReactComponent as TraefikEnterpriseIcon } from '../../images/TraefikEnterprise.svg' | ||
import { ReactComponent as ApiGatewayIcon } from '../../images/APIGateway.svg' | ||
import { ReactComponent as ApiGovernanceIcon } from '../../images/APIGovernance.svg' | ||
import { ReactComponent as ApiMockingIcon } from '../../images/APIMocking.svg' | ||
import { ReactComponent as APIManagementIcon } from '../../images/APIManagement.svg' | ||
import { ReactComponent as DockerSwarmIcon } from '../../images/DockerSwarmIngress.svg' | ||
import { ReactComponent as KubernetesIcon } from '../../images/KubernetesIngress.svg' | ||
|
@@ -166,6 +168,20 @@ const MainNav = () => { | |
description: 'Simplifies and Accelerates API lifecycle management.', | ||
icon: <ApiGatewayIcon />, | ||
}, | ||
{ | ||
title: 'Runtime API Governance', | ||
url: 'https://traefik.io/solutions/api-governance/', | ||
external: true, | ||
description: 'Enforce critical runtime API policies for secure, reliable, and compliant API management.', | ||
icon: <ApiGovernanceIcon />, | ||
}, | ||
{ | ||
title: 'API Mocking', | ||
url: 'https://traefik.io/solutions/api-mocking/', | ||
external: true, | ||
description: 'Create, publish, and consume mock APIs with production-like UX and SLAs.', | ||
icon: <ApiMockingIcon/>, | ||
}, | ||
]} | ||
bgImage={'https://traefik.io/images/site-nav/[email protected]'} | ||
/> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.