mirror of https://github.com/rancher/rke1-docs.git
Merge pull request #59 from btat/rancher-link
Nav bar: add backlink to rancher.com
This commit is contained in:
commit
43daf0aabd
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue