From 032dc1284525fbf0d18ec57f092a8f87b02d21e3 Mon Sep 17 00:00:00 2001 From: julius zeidler Date: Mon, 8 Aug 2022 18:19:58 +0200 Subject: [PATCH] updated some config --- docs/.vuepress/config.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fd5f00f9..96fb454a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,4 @@ const { defaultTheme } = require('@vuepress/theme-default') -const { activeHeaderLinksPlugin } = require('@vuepress/plugin-active-header-links') -const { backToTopPlugin } = require('@vuepress/plugin-back-to-top') const { socialSharePlugin } = require(`vuepress-plugin-social-share`) @@ -10,13 +8,14 @@ module.exports = { title: 'Draussenfunker.de | QRV im Grünen', description: 'Wir sind eine Gruppe von Funkamateuren die sich mit dem Thema Funken im Freien beschäftigen.', plugins: [ - activeHeaderLinksPlugin({ - // options - }), - backToTopPlugin(), socialSharePlugin(), ], theme: defaultTheme({ + sidebarDepth: 0, + contributors: false, + notFound: ['Sorry, etwas ist schief gelaufen.'], + backToHome: 'Zurück zur Startseite', + lastUpdatedText: 'Aktualisiert am:', navbar: [ // NavbarItem {