Skip to content
Open
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
9 changes: 4 additions & 5 deletions src/components/nav/DrawerNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
Replace Ingress-NGINX <Badge>New!</Badge>
</SubLink>
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCorp</SubLink>
<SubLink href="https://traefik.io/solutions/nutanix-and-traefik/">
Traefik & Nutanix <Badge>New!</Badge>
</SubLink>
<SubLink href="https://traefik.io/solutions/oracle-and-traefik/">
Traefik & Oracle <Badge>New!</Badge>
<SubLink href="https://traefik.io/solutions/microsoft-and-traefik/">
Traefik & Microsoft <Badge>New!</Badge>
</SubLink>
<SubLink href="https://traefik.io/solutions/nutanix-and-traefik/">Traefik & Nutanix</SubLink>
<SubLink href="https://traefik.io/solutions/oracle-and-traefik/">Traefik & Oracle</SubLink>
</div>
</div>

Expand Down
11 changes: 9 additions & 2 deletions src/components/nav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
import { ReactComponent as NutanixIcon } from '../../images/menu_icons_nutanix.svg'
import { ReactComponent as OracleIcon } from '../../images/menu_icons_oracle.svg'
import { ReactComponent as MicrosoftIcon } from '../../images/icons-duotone-light-microsoft.svg'
import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
import PostCard from './PostCard'
import NavHeader from './NavHeader'
Expand Down Expand Up @@ -251,21 +252,27 @@ const MainNav = () => {
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <HashicorpIcon />,
},
{
title: 'Traefik & Microsoft',
url: 'https://traefik.io/solutions/microsoft-and-traefik/',
external: true,
description: 'Run your APIs and AI across any infrastructure, any Kubernetes.',
icon: <MicrosoftIcon />,
badge: 'New!',
},
{
title: 'Traefik & Nutanix',
url: 'https://traefik.io/solutions/nutanix-and-traefik/',
external: true,
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <NutanixIcon />,
badge: 'New!',
},
{
title: 'Traefik & Oracle',
url: 'https://traefik.io/solutions/oracle-and-traefik/',
external: true,
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <OracleIcon />,
badge: 'New!',
},
]}
/>
Expand Down
36 changes: 36 additions & 0 deletions src/images/icons-duotone-light-microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.