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: [
|
|
|
|
{
|
|
|
|
text: 'Application',
|
|
|
|
link: '/help/faq/application'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Extensions',
|
|
|
|
link: '/help/faq/extensions'
|
|
|
|
}
|
|
|
|
]
|
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-03 13:20:50 +02:00
|
|
|
text: 'General',
|
2019-09-23 12:23:00 +02:00
|
|
|
link: '/help/guides/getting-started'
|
|
|
|
},
|
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Menus',
|
|
|
|
link: '/help/guides/my-library'
|
2019-09-23 12:42:43 +02:00
|
|
|
},
|
|
|
|
{
|
2019-10-03 13:20:50 +02:00
|
|
|
text: 'Settings',
|
|
|
|
link: '/help/guides/general'
|
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-03 13:20:50 +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-03 13:20:50 +02:00
|
|
|
text: 'List',
|
|
|
|
link: '/extensions/'
|
2019-09-23 12:23:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Discord',
|
|
|
|
link: 'https://discord.gg/tachiyomi'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Reddit',
|
|
|
|
link: 'https://reddit.com/r/Tachiyomi'
|
|
|
|
}
|
|
|
|
];
|