39 lines
892 B
JavaScript
Raw Normal View History

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' },
2020-01-08 14:24:47 +01:00
{ text: 'Settings', link: '/help/guides/settings' },
{ text: 'Forks', link: '/help/guides/forks' }
]
},
{
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' }
];