From a555f290ad5a153c4a5b750688134c6a02bdb77e Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 3 Apr 2021 10:48:39 +0200 Subject: [PATCH] Added scanstation sidebar ref #5 --- src/.vuepress/config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index f9ae527..18579b5 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -96,6 +96,17 @@ module.exports = { ] } ], + '/scanstations/': [ + { + title: 'Scannerstation Dokumentation', + collapsable: false, + children: [ + '', + 'config', + 'hardware' + ] + } + ], } }, '/en/': {