Added beamershow to Top-Nav and it's own sidebar
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
closes #6
This commit is contained in:
parent
9ef707e132
commit
e6a7b76f08
@ -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/': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user