From 1af0ece7626a532c76b19ee3664caa29cb932939 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 18 Dec 2023 10:03:08 +0100 Subject: [PATCH] Add link to SCS project (#242) Signed-off-by: Christian Berendt --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 390ab8cac0..1bfb231926 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,6 +70,11 @@ const config = { position: 'left', label: 'Docs', }, + { + href: 'https://scs.community', + label: 'Sovereign Cloud Stack', + position: 'right', + }, { href: 'https://github.com/osism/osism.github.io', label: 'GitHub',