File tree Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 20
20
"web-vitals" : " ^2.1.0"
21
21
},
22
22
"scripts" : {
23
- "start" : " set PORT=8000 && react-scripts start" ,
23
+ "start" : " set PORT=8080 && react-scripts start" ,
24
24
"build" : " react-scripts build" ,
25
25
"gen-assets" : " rimraf static-assets && mkdir -p static-assets && cp build/static/js/*.js static-assets/main-v1.js" ,
26
26
"test" : " react-scripts test" ,
Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
90
90
< SubLink href = "https://traefik.io/solutions/nutanix-and-traefik/" >
91
91
Traefik & Nutanix < Badge > New!</ Badge >
92
92
</ SubLink >
93
+ < SubLink href = "https://traefik.io/solutions/oracle-and-traefik/" >
94
+ Traefik & Oracle < Badge > New!</ Badge >
95
+ </ SubLink >
93
96
</ div >
94
97
</ div >
95
98
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.s
35
35
import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
36
36
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
37
37
import { ReactComponent as NutanixIcon } from '../../images/menu_icons_nutanix.svg'
38
+ import { ReactComponent as OracleIcon } from '../../images/menu_icons_oracle.svg'
38
39
import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
39
40
import PostCard from './PostCard'
40
41
import NavHeader from './NavHeader'
@@ -250,6 +251,14 @@ const MainNav = () => {
250
251
icon : < NutanixIcon /> ,
251
252
badge : 'New!' ,
252
253
} ,
254
+ {
255
+ title : 'Traefik & Oracle' ,
256
+ url : 'https://traefik.io/solutions/oracle-and-traefik/' ,
257
+ external : true ,
258
+ description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
259
+ icon : < OracleIcon /> ,
260
+ badge : 'New!' ,
261
+ } ,
253
262
] }
254
263
/>
255
264
</ Grid >
You can’t perform that action at this time.
0 commit comments