From cd12517debc6f823d1c1d179bd5d08ebb5b3cd14 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 17 Dec 2024 22:08:17 +0100 Subject: [PATCH] Move some links from the header into the footer Signed-off-by: Christian Berendt --- docusaurus.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a06255c34a..1e6c9db99d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -90,16 +90,6 @@ const config = { }, { to: "/users", label: "Users", position: "left" }, { to: "/blog", label: "Blog", position: "left" }, - { - href: 'https://regiocloud.github.io', - label: 'REGIO', - position: 'right', - }, - { - href: 'https://www.sovereigncloudstack.org', - label: 'Sovereign Cloud Stack', - position: 'right', - }, { href: 'mailto:info@osism.tech?subject=OSISM Demo', label: 'Schedule a demo', @@ -141,6 +131,16 @@ const config = { label: 'Support', href: '/support', }, + { + href: 'https://regiocloud.github.io', + label: 'REGIO', + position: 'right', + }, + { + href: 'https://www.sovereigncloudstack.org', + label: 'Sovereign Cloud Stack', + position: 'right', + }, ], }, {