diff --git a/docusaurus.config.js b/docusaurus.config.js index 208ffe0..d062924 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', }, ], },