From 3c3932e7045dfe0f91615b86518aa13fc6332870 Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Sat, 22 Oct 2022 00:50:28 +0000
Subject: [PATCH] Add links for SSP prod and staging environments

---
 docusaurus.config.js | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3b936a868..6ba362598 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -128,19 +128,17 @@ module.exports = {
           position: 'right',
           label: 'Self-Service-Portal',
           items: [
-            /*
             {
-              label: 'Produktion',
-              href: 'https://portal.auth-prod.fit-connect.fitko.net/'
+              label: 'Testumgebung',
+              href: 'https://portal.auth-testing.fit-connect.fitko.dev/'
             },
             {
-              label: 'Referenz-Umgebung',
+              label: 'Staging-Umgebung',
               href: 'https://portal.auth-refz.fit-connect.fitko.net/'
             },
-             */
             {
-              label: 'Testumgebung',
-              href: 'https://portal.auth-testing.fit-connect.fitko.dev/'
+              label: 'Produktiv-Umgebung',
+              href: 'https://portal.auth-prod.fit-connect.fitko.net/'
             },
           ],
         }
-- 
GitLab