module.exports = [
	{
		text: 'Need help?',
		link: '/help/',
		items: [
			{
				text: 'Frequently Asked Questions',
				items: [
					{ text: 'Application', link: '/help/faq/application' },
					{ text: 'Extensions', link: '/help/faq/extensions' }
				]
			},
			{
				text: 'Guides',
				items: [
					{ text: 'General', link: '/help/guides/getting-started' },
					{ text: 'Menus', link: '/help/guides/menus' },
					{ text: 'Settings', link: '/help/guides/settings' }
				]
			},
			{
				text: 'Contribution',
				items: [
					{ text: 'How can I help?', link: '/help/contribution' }
				]
			},
			{
				text: 'Available extensions',
				items: [
					{ text: 'List', link: '/extensions/' }
				]
			}
		]
	},
	{ text: 'Discord', link: 'https://discord.gg/tachiyomi' },
	{ text: 'Reddit', link: 'https://reddit.com/r/Tachiyomi' }
];