Added selfservice doc to top-nav

ref #4
This commit is contained in:
Nicolai Ort 2021-03-28 18:13:16 +02:00
parent 0f62eb1bc7
commit 327f7d2b81

View File

@ -38,6 +38,10 @@ module.exports = {
text: 'Für Admins', text: 'Für Admins',
link: '/admins/' link: '/admins/'
}, },
{
text: 'Über den Selfservice',
link: '/selfservice/'
},
{ {
text: 'Source Code', text: 'Source Code',
link: 'https://git.odit.services/lfk' link: 'https://git.odit.services/lfk'
@ -78,6 +82,15 @@ module.exports = {
] ]
} }
], ],
'/selfservice/': [
{
title: 'Selfservice Dokumentation',
collapsable: false,
children: [
''
]
}
],
} }
}, },
'/en/': { '/en/': {