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) => {
5151 < SubLink href = "https://traefik.io/solutions/api-gateway/" > Modern API Gateway</ SubLink >
5252 < SubLink href = "https://traefik.io/solutions/waf/" > Web Application Firewall</ SubLink >
5353 < SubLink href = "https://traefik.io/solutions/hashicorp-and-traefik/" > Traefik & HashiCrop </ SubLink >
54+ < SubLink href = "https://traefik.io/solutions/ai-gateway/" > AI Gateway</ SubLink >
5455 < SubLink href = "https://traefik.io/solutions/api-management/" > GitOps-Driven API Management</ SubLink >
5556 < SubLink href = "https://traefik.io/solutions/api-governance/" > Runtime API Governance</ SubLink >
5657 < 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
2929import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
3030import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
3131import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
32+ import { ReactComponent as AIGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
3233import PostCard from './PostCard'
3334
3435const Wrapper = styled ( Flex ) `
@@ -155,6 +156,13 @@ const MainNav = () => {
155156 description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
156157 icon : < HashicorpIcon /> ,
157158 } ,
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+ } ,
158166 ] }
159167 bgImage = { 'https://traefik.io/images/site-nav/[email protected] ' } 160168 />
You can’t perform that action at this time.
0 commit comments