8 lines
308 B
JavaScript
8 lines
308 B
JavaScript
const headerNavLinks = [
|
|
{ href: '/workshop', title: 'Exercises' },
|
|
{ href: 'https://docs.openshift.com/container-platform/4.17/welcome/index.html', title: 'Documentation' },
|
|
{ href: 'https://catalog.demo.redhat.com/workshop/w949gy', title: 'Environment login' }
|
|
]
|
|
|
|
export default headerNavLinks
|