module.exports = [ { text: 'Need help?', items: [ { text: 'Regular', 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: 'Regular', 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: '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' } ];