Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Oct 5, 2023
1 parent 9d90136 commit 2155a08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineUserConfig({
sidebar: [
{
text: 'IT4C',
path: '/',
link: '/',
collapsible: false,
children: [
'/history',
Expand All @@ -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 📚' },
]
},
{
Expand All @@ -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'
Expand Down

0 comments on commit 2155a08

Please sign in to comment.