From b6d1a8d5e80e0de2c7410171caecf9cb01924d2e Mon Sep 17 00:00:00 2001 From: Michael Schilonka Date: Fri, 17 May 2024 14:31:50 +0200 Subject: [PATCH] feat: add blueshoe links Signed-off-by: Michael Schilonka --- gefyra/docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gefyra/docusaurus.config.js b/gefyra/docusaurus.config.js index 419080e..a97c837 100644 --- a/gefyra/docusaurus.config.js +++ b/gefyra/docusaurus.config.js @@ -126,6 +126,11 @@ const config = { // label: 'Pricing', // to: '/pricing', // }, + { + href: 'https://www.blueshoe.io/gefyra/', + position: 'right', + label: 'Enterprise Suppport', + }, { type: 'docSidebar', sidebarId: 'docsSidebar', @@ -178,6 +183,10 @@ const config = { { title: 'More', items: [ + { + label: 'Blueshoe', + href: 'https://www.blueshoe.io/', + }, { label: 'GitHub', href: 'https://github.com/gefyrahq/gefyra',