module.exports = [ { text: 'Need help?', items: [ { text: 'General', items: [ { text: 'Application', link: '/help/faq/application' }, { text: 'Extensions', link: '/help/faq/extensions' } ] }, { text: 'Contribution', items: [ { text: 'How can I help?', link: '/help/faq/how-can-i-help' } ] } ] }, { text: 'Guides', items: [ { text: 'General', items: [ { text: 'Getting started', link: '/help/guides/getting-started' }, { text: 'Reading local manga', link: '/help/guides/reading-local-manga' }, { text: 'Source problems', link: '/help/guides/source-problems' }, { text: 'Categories', link: '/help/guides/categories' }, { text: 'Library filters', link: '/help/guides/library-filters' }, { text: 'Source migration', link: '/help/guides/source-migration' } ] }, { text: 'Menus', items: [ { text: 'My library', link: '/help/guides/my-library' }, { text: 'Library updates', link: '/help/guides/library-updates' }, { text: 'Recently read', link: '/help/guides/recently-read' }, { text: 'Catalogues', link: '/help/guides/catalogues' }, { text: 'Extensions', link: '/help/guides/extensions' }, { text: 'Download queue', link: '/help/guides/download-queue' } ] }, { text: 'Settings', items: [ { text: 'General', link: '/help/guides/general' }, { text: 'Reader', link: '/help/guides/reader' }, { text: 'Downloads', link: '/help/guides/downloads' }, { text: 'Tracking', link: '/help/guides/tracking' }, { text: 'Backup', link: '/help/guides/backup' }, { text: 'Advanced', link: '/help/guides/advanced' } ] } ] }, { text: 'Discord', link: 'https://discord.gg/tachiyomi' }, { text: 'Reddit', link: 'https://reddit.com/r/Tachiyomi' } ];