parent
0f62eb1bc7
commit
327f7d2b81
@ -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/': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user