Added beamershow to Top-Nav and it's own sidebar
continuous-integration/drone/push Build is failing Details

closes #6
This commit is contained in:
Nicolai Ort 2021-04-06 19:43:20 +02:00
parent 9ef707e132
commit e6a7b76f08
1 changed files with 14 additions and 0 deletions

View File

@ -46,6 +46,10 @@ module.exports = {
text: 'Scannerstationen',
link: '/scanstations/'
},
{
text: 'Beamershow',
link: '/beamershow/'
},
{
text: 'Source Code',
link: 'https://git.odit.services/lfk'
@ -108,6 +112,16 @@ module.exports = {
]
}
],
'/beamershow/': [
{
title: 'Beamershow Dokumentation',
collapsable: false,
children: [
'',
'config'
]
}
],
}
},
'/en/': {