File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
128
128
< SubLink href = "https://traefik.io/compare/traefik-vs-solo-gloo-gateway/" > vs Solo.io Gloo Gateway</ SubLink >
129
129
< SubLink href = "https://traefik.io/compare/traefik-vs-tyk" > vs Tyk</ SubLink >
130
130
< SubLink href = "https://traefik.io/compare/traefik-vs-gravitee/" > vs Gravitee</ SubLink >
131
+ < SubLink href = "https://traefik.io/compare/traefik-vs-envoy-gateway" > vs Envoy Gateway</ SubLink >
131
132
</ div >
132
133
</ div >
133
134
Original file line number Diff line number Diff line change @@ -323,6 +323,11 @@ const MainNav = () => {
323
323
/>
324
324
< MenuColumn . Item title = "vs Tyk" href = "https://traefik.io/compare/compare/traefik-vs-tyk" external />
325
325
< MenuColumn . Item title = "vs Gravitee" href = "https://traefik.io/compare/traefik-vs-gravitee/" external />
326
+ < MenuColumn . Item
327
+ title = "vs Envoy Gateway"
328
+ href = "https://traefik.io/compare/traefik-vs-envoy-gateway/"
329
+ external
330
+ />
326
331
</ MenuColumn . Column >
327
332
</ Grid >
328
333
</ NavItem >
You can’t perform that action at this time.
0 commit comments