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

closes #6
This commit is contained in:
Nicolai Ort 2021-04-06 19:43:20 +02:00
parent 9ef707e132
commit e6a7b76f08

View File

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