Files
workshops/data/headerNavLinks.js
2024-10-23 09:56:50 +13:00

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