Merge pull request #59 from btat/rancher-link

Nav bar: add backlink to rancher.com
This commit is contained in:
Billy Tat 2023-06-22 14:01:59 -07:00 committed by GitHub
commit 43daf0aabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -30,18 +30,16 @@ module.exports = {
src: 'img/logo-horizontal-rke.svg',
},
items: [
{
type: 'doc',
docId: 'introduction',
position: 'right',
label: 'Docs',
className: 'navbar__docs',
},
{
href: 'https://github.com/rancher/rke1-docs',
label: 'GitHub',
position: 'right',
className: 'navbar__github btn btn-secondary icon-github',
className: 'navbar__github',
},
{
href: 'https://www.rancher.com',
label: 'Rancher Home',
position: 'right',
},
],
},