From 2155a081e9ecccdaa263471e0056f86a855c235d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 6 Oct 2023 00:45:13 +0200 Subject: [PATCH] fix warnings --- docs/.vuepress/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f5d256d..e1fe4f1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -27,7 +27,7 @@ export default defineUserConfig({ sidebar: [ { text: 'IT4C', - path: '/', + link: '/', collapsible: false, children: [ '/history', @@ -40,10 +40,10 @@ export default defineUserConfig({ children: [ { text: 'Gradido Software', - path: '/projects/gradido' + link: '/projects/gradido' }, - // { path: '/extras/contributing', text: 'Contributing ✨' }, - // { path: '/extras/license', text: 'License 📚' }, + // { link: '/extras/contributing', text: 'Contributing ✨' }, + // { link: '/extras/license', text: 'License 📚' }, ] }, { @@ -52,7 +52,7 @@ export default defineUserConfig({ children: [ '/people/alexander-friedland', '/people/hannes-heine', - { path: '/people/mathias-lenz', text: 'Mathias Lenz' }, + { link: '/people/mathias-lenz', text: 'Mathias Lenz' }, '/people/moriz-wahl', '/people/ulf-gebhardt', '/people/wolfgang-huss'