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