diff --git a/docusaurus.config.js b/docusaurus.config.js index 3b936a868345d18d039f996d6127e7da0c637dff..6ba362598da2a7ade31292d77cf4b773ce4868b3 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/' }, ], }