module.exports = { title: 'Tachiyomi', description: 'Free and open source manga reader for Android', dest: './public', themeConfig: { repo: 'inorichi/tachiyomi', docsRepo: 'tachiyomiorg/website', docsDir: 'src', editLinks: true, nav: [ { text: 'Guide', link: '/guide/' }, { text: 'FAQ', link: '/faq/' }, { text: 'Wiki', link: 'https://github.com/inorichi/tachiyomi/wiki' }, { text: 'Discord', link: 'https://discord.gg/tachiyomi' } ], sidebar: [ '/', '/guide/', '/faq/' ], lastUpdated: 'Last Updated' } }