51 lines
763 B
JavaScript
Raw Normal View History

module.exports = [
{
text: 'Need help?',
items: [
{
text: 'Regular',
items: [
{
text: 'Application',
link: '/help/faq/application'
},
{
text: 'Extensions',
link: '/help/faq/extensions'
}
]
}
]
},
{
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: 'Discord',
link: 'https://discord.gg/tachiyomi'
},
{
text: 'Reddit',
link: 'https://reddit.com/r/Tachiyomi'
}
];