Add projects to the sidebar.

This commit is contained in:
elweyn 2024-03-05 17:29:45 +01:00
parent 3fd68730d0
commit 127d9ca2be

View File

@ -28,10 +28,18 @@ export default hopeTheme({
'/contact' '/contact'
] ]
}, },
/*{ {
text: 'Projects', text: 'Projects',
collapsible: false, collapsible: false,
children: [ children: [
{
text: 'DEMOCRACY App',
link: '/projects/democracy.app'
},
{
text: 'Ocelot-Social',
link: '/projects/ocelot.social'
},
{ {
text: 'Gradido Software', text: 'Gradido Software',
link: '/projects/gradido' link: '/projects/gradido'
@ -39,7 +47,7 @@ export default hopeTheme({
// { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/contributing', text: 'Contributing ✨' },
// { link: '/extras/license', text: 'License 📚' }, // { link: '/extras/license', text: 'License 📚' },
] ]
},*/ },
{ {
text: 'People', text: 'People',
collapsible: false, collapsible: false,