From 1542100353c3ff0c54ec38ef24a7548c81757d28 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 22 Jun 2023 13:54:57 -0700 Subject: [PATCH] Nav bar: add backlink to rancher.com --- docusaurus.config.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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', }, ], },