From e6a7b76f08b2383871bdd6a2ce83c8ac7fedc51d Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 19:43:20 +0200 Subject: [PATCH] Added beamershow to Top-Nav and it's own sidebar closes #6 --- src/.vuepress/config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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/': {