diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 581d96b..403995c 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -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/': {