import { hopeTheme } from 'vuepress-theme-hope' export default hopeTheme({ logo: '/it4c-logo2-clean-bg_alpha-128x128.png', docsRepo: 'https://github.com/IT4Change/IT4C.dev', docsBranch: 'master', docsDir: 'docs', editLink: true, lastUpdated: false, contributors: false, navbar: [ { text: 'IT4C', link: '/' }, { text: 'Contact', link: '/contact' }, { text: 'Github', link: 'https://github.com/IT4Change' }, ], sidebar: [ { text: 'IT4C', link: '/', collapsible: false, children: [ '/history', '/contact' ] }, /*{ text: 'Projects', collapsible: false, children: [ { text: 'Gradido Software', link: '/projects/gradido' }, // { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/license', text: 'License 📚' }, ] },*/ { text: 'People', collapsible: false, children: [ '/people/alexander-friedland', '/people/hannes-heine', { link: '/people/mathias-lenz', text: 'Mathias Lenz' }, '/people/moriz-wahl', '/people/ulf-gebhardt', '/people/wolfgang-huss' ] } ], })