65 lines
973 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/my-library'
},
{
text: 'Settings',
link: '/help/guides/general'
}
]
},
{
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'
}
];