From bf71be6f6fc0fe990437b32d53da599a5561df7e Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 12 Sep 2022 10:59:32 -0400 Subject: [PATCH 1/4] Updating GH link --- docusaurus.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 66f0696263a..c576ca9d5ed 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,17 +49,17 @@ module.exports = { alt: 'logo', src: 'img/rancher-logo-horiz-color.svg', // href: 'en', - }, + }, items: [ + { + type: 'doc', + docId: 'rancher-manager', + position: 'right', + label: 'Docs', + className: 'navbar__docs', + }, { - type: 'doc', - docId: 'rancher-manager', - position: 'right', - label: 'Docs', - className: 'navbar__docs', - }, - { - href: 'https://github.com/rancher/', + href: 'https://github.com/rancher/rancher-docs', label: 'GitHub', position: 'right', className: 'navbar__github btn btn-secondary icon-github', From 970df9a56531b2337b0197b60cf01146f73bb366 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 12 Sep 2022 11:01:15 -0400 Subject: [PATCH 2/4] Fixed spacing --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c576ca9d5ed..c55f6f52a3b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,7 +49,7 @@ module.exports = { alt: 'logo', src: 'img/rancher-logo-horiz-color.svg', // href: 'en', - }, + }, items: [ { type: 'doc', From 2850bd29d09b7558480188e60486b237efbbe8e5 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 12 Sep 2022 11:02:18 -0400 Subject: [PATCH 3/4] Fixed spacing --- docusaurus.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c55f6f52a3b..54f1837ba50 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,13 +51,13 @@ module.exports = { // href: 'en', }, items: [ - { - type: 'doc', - docId: 'rancher-manager', - position: 'right', - label: 'Docs', - className: 'navbar__docs', - }, + { + type: 'doc', + docId: 'rancher-manager', + position: 'right', + label: 'Docs', + className: 'navbar__docs', + }, { href: 'https://github.com/rancher/rancher-docs', label: 'GitHub', From 50d2d6f8e168e7a04cc9625c5e415a7005978a5e Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 12 Sep 2022 11:02:58 -0400 Subject: [PATCH 4/4] Fixed spacing --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 54f1837ba50..5967a97e3d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,13 +51,13 @@ module.exports = { // href: 'en', }, items: [ - { + { type: 'doc', docId: 'rancher-manager', position: 'right', label: 'Docs', className: 'navbar__docs', - }, + }, { href: 'https://github.com/rancher/rancher-docs', label: 'GitHub',