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
1 changed files with 13 additions and 0 deletions

View File

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