File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
51
51
< SubLink href = "https://traefik.io/solutions/api-gateway/" > Modern API Gateway</ SubLink >
52
52
< SubLink href = "https://traefik.io/solutions/waf/" > Web Application Firewall</ SubLink >
53
53
< SubLink href = "https://traefik.io/solutions/hashicorp-and-traefik/" > Traefik & HashiCrop </ SubLink >
54
+ < SubLink href = "https://traefik.io/solutions/ai-gateway/" > AI Gateway</ SubLink >
54
55
< SubLink href = "https://traefik.io/solutions/api-management/" > GitOps-Driven API Management</ SubLink >
55
56
< SubLink href = "https://traefik.io/solutions/api-governance/" > Runtime API Governance</ SubLink >
56
57
< SubLink href = "https://traefik.io/solutions/api-mocking/" > API Mocking</ SubLink >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import { ReactComponent as EnterpriseIcon } from '../../images/menu_icons_traefi
29
29
import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
30
30
import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
31
31
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
32
+ import { ReactComponent as AIGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
32
33
import PostCard from './PostCard'
33
34
34
35
const Wrapper = styled ( Flex ) `
@@ -155,6 +156,13 @@ const MainNav = () => {
155
156
description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
156
157
icon : < HashicorpIcon /> ,
157
158
} ,
159
+ {
160
+ title : 'AI Gateway' ,
161
+ url : 'https://traefik.io/solutions/ai-gateway/' ,
162
+ external : true ,
163
+ description : 'Tranform Traefik into a flexible egress AI proxy & egress AI gateway.' ,
164
+ icon : < AIGatewayIcon /> ,
165
+ } ,
158
166
] }
159
167
bgImage = { 'https://traefik.io/images/site-nav/[email protected] ' }
160
168
/>
You can’t perform that action at this time.
0 commit comments