module.exports = { title: 'BAS Documentation', description: 'Boot Auswahl Server', themeConfig: { logo: '/img/logo-light.svg', nav: [ { text: 'Home', link: '/' }, { text: 'Installation', link: '/installation/' }, { text: 'API', link: '/api/' }, { text: 'Webapp', link: '/webapp/' } ], sidebar: { '/installation/': [ '' ], '/api/': [ '', 'collections' ], '/webapp/': [ '', 'modules' ] }, sidebarDepth: 1 }, }