Skip to content
Snippets Groups Projects
Commit a3b4209d authored by David Schwarzmann's avatar David Schwarzmann
Browse files

docs(planning#80): Add a navbar dropdown with links to the different SSP envs

parent 79dbe525
No related branches found
No related tags found
1 merge request!95Add a navbar dropdown with links to the different SSP envs
...@@ -38,6 +38,31 @@ module.exports = { ...@@ -38,6 +38,31 @@ module.exports = {
items: [ items: [
{to: '/docs', label: 'Dokumentation', position: 'left'}, {to: '/docs', label: 'Dokumentation', position: 'left'},
{to: '/news', label: 'News', position: 'left'}, {to: '/news', label: 'News', position: 'left'},
{
type: 'dropdown',
position: 'right',
label: 'Self-Service-Portal',
items: [
/*
{
label: 'Produktion',
href: 'https://portal.auth-prod.fit-connect.fitko.net/'
},
{
label: 'Referenz-Umgebung',
href: 'https://portal.auth-refz.fit-connect.fitko.net/'
},
*/
{
label: 'Test',
href: 'https://portal.auth-testing.fit-connect.fitko.dev/'
},
{
label: 'Entwicklung',
href: 'https://portal.auth-dev.fit-connect.fitko.dev/'
},
],
}
], ],
}, },
footer: { footer: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment