diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index da2dda3..c692ec7 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -28,10 +28,18 @@ export default hopeTheme({ '/contact' ] }, - /*{ + { text: 'Projects', collapsible: false, children: [ + { + text: 'DEMOCRACY App', + link: '/projects/democracy.app' + }, + { + text: 'Ocelot-Social', + link: '/projects/ocelot.social' + }, { text: 'Gradido Software', link: '/projects/gradido' @@ -39,7 +47,7 @@ export default hopeTheme({ // { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/license', text: 'License 📚' }, ] - },*/ + }, { text: 'People', collapsible: false,