2019-09-23 12:23:00 +02:00
|
|
|
module.exports = [
|
|
|
|
{
|
|
|
|
text: 'Need help?',
|
2019-10-03 13:20:50 +02:00
|
|
|
link: '/help/',
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Frequently Asked Questions',
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
2019-10-04 01:56:19 +02:00
|
|
|
{ text: 'Application', link: '/help/faq/application' },
|
|
|
|
{ text: 'Extensions', link: '/help/faq/extensions' }
|
2019-09-23 12:23:00 +02:00
|
|
|
]
|
2019-09-23 12:42:43 +02:00
|
|
|
},
|
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Guides',
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
2019-10-04 01:56:19 +02:00
|
|
|
{ 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' }
|
2019-09-23 12:42:43 +02:00
|
|
|
]
|
|
|
|
},
|
2019-10-01 16:37:32 +02:00
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Contribution',
|
2019-10-01 16:37:32 +02:00
|
|
|
items: [
|
2019-10-04 01:56:19 +02:00
|
|
|
{ text: 'How can I help?', link: '/help/contribution' }
|
2019-10-01 16:37:32 +02:00
|
|
|
]
|
|
|
|
},
|
2019-09-23 12:42:43 +02:00
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Available extensions',
|
2019-09-23 12:42:43 +02:00
|
|
|
items: [
|
2019-10-04 01:56:19 +02:00
|
|
|
{ text: 'List', link: '/extensions/' }
|
2019-09-23 12:23:00 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-10-04 01:56:19 +02:00
|
|
|
{ text: 'Discord', link: 'https://discord.gg/tachiyomi' },
|
|
|
|
{ text: 'Reddit', link: 'https://reddit.com/r/Tachiyomi' }
|
2019-09-23 12:23:00 +02:00
|
|
|
];
|