Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/nav/DrawerNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
<SubLink href="https://traefik.io/solutions/api-gateway/">Modern API Gateway</SubLink>
<SubLink href="https://traefik.io/solutions/waf/">Web Application Firewall</SubLink>
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCrop</SubLink>
<SubLink href="https://traefik.io/solutions/ai-gateway/">AI Gateway</SubLink>
<SubLink href="https://traefik.io/solutions/api-management/">GitOps-Driven API Management</SubLink>
<SubLink href="https://traefik.io/solutions/api-governance/">Runtime API Governance</SubLink>
<SubLink href="https://traefik.io/solutions/api-mocking/">API Mocking</SubLink>
Expand Down
8 changes: 8 additions & 0 deletions src/components/nav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { ReactComponent as EnterpriseIcon } from '../../images/menu_icons_traefi
import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
import { ReactComponent as AIGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
import PostCard from './PostCard'

const Wrapper = styled(Flex)`
Expand Down Expand Up @@ -155,6 +156,13 @@ const MainNav = () => {
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <HashicorpIcon />,
},
{
title: 'AI Gateway',
url: 'https://traefik.io/solutions/ai-gateway/',
external: true,
description: 'Tranform Traefik into a flexible egress AI proxy & egress AI gateway.',
icon: <AIGatewayIcon />,
},
]}
bgImage={'https://traefik.io/images/site-nav/[email protected]'}
/>
Expand Down
37 changes: 37 additions & 0 deletions src/images/menu_icons_ai_gateway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.