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
24 changes: 12 additions & 12 deletions src/components/nav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ const MainNav = () => {
padding="24px 16px"
links={[
{
title: 'Traefik & Nutanix',
url: 'https://traefik.io/solutions/nutanix-and-traefik/',
title: 'Traefik & HashiCorp',
url: 'https://traefik.io/solutions/hashicorp-and-traefik/',
external: true,
description: 'A holistic solution for modern AI & API management.',
icon: <NutanixIcon />,
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <HashicorpIcon />,
},
{
title: 'Traefik & Microsoft',
Expand All @@ -262,22 +262,22 @@ const MainNav = () => {
icon: <MicrosoftIcon />,
badge: 'New!',
},
{
title: 'Traefik & Nutanix',
url: 'https://traefik.io/solutions/nutanix-and-traefik/',
external: true,
description: 'A holistic solution for modern AI & API management.',
icon: <NutanixIcon />,
},
{
title: 'Traefik & Oracle',
url: 'https://traefik.io/solutions/oracle-and-traefik/',
external: true,
description: 'Unmatched & modern API management without boundaries.',
icon: <OracleIcon />,
},
{
title: 'Traefik & HashiCorp',
url: 'https://traefik.io/solutions/hashicorp-and-traefik/',
external: true,
description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
icon: <HashicorpIcon />,
},
]}
bgImage={ColumnBg}
bgImage="https://traefik.io/images/site-nav/gradient-dark-left-glow.png"
colors={{
heading: '#f9fafa',
text: '#b3bac0',
Expand Down
Loading