From 502514b3ac04dbd3e054a2a4c3efa40c2b4b33fa Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 3 Apr 2021 10:13:55 +0200 Subject: [PATCH] Added scanstations to top-nav ref #5 --- src/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 316ed74..f9ae527 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -42,6 +42,10 @@ module.exports = { text: 'Über den Selfservice', link: '/selfservice/' }, + { + text: 'Scannerstationen', + link: '/scanstations/' + }, { text: 'Source Code', link: 'https://git.odit.services/lfk'