Skip to content

Commit 687f815

Browse files
authored
Updated nav menu with AI Gateway icon (#43)
* Updated nav menu with AI Gateway icon * Updated main nav in mobile view
1 parent 9a8b1f7 commit 687f815

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

src/components/nav/DrawerNav.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

src/components/nav/MainNav.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { ReactComponent as EnterpriseIcon } from '../../images/menu_icons_traefi
2929
import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
3030
import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
3131
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
32+
import { ReactComponent as AIGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
3233
import PostCard from './PostCard'
3334

3435
const 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
/>

src/images/menu_icons_ai_gateway.svg

Lines changed: 37 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)