2019-09-23 12:23:00 +02:00
|
|
|
module.exports = [
|
|
|
|
{
|
|
|
|
text: 'Need help?',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: 'Regular',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: 'Application',
|
|
|
|
link: '/help/faq/application'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Extensions',
|
|
|
|
link: '/help/faq/extensions'
|
|
|
|
}
|
|
|
|
]
|
2019-09-23 12:42:43 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Contribution',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: 'How can I help?',
|
|
|
|
link: '/help/faq/how-can-i-help'
|
|
|
|
}
|
|
|
|
]
|
2019-09-23 12:23:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
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'
|
2019-09-23 12:42:43 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Categories',
|
|
|
|
link: '/help/guides/categories'
|
|
|
|
},
|
|
|
|
{
|
2019-09-23 12:58:19 +02:00
|
|
|
text: 'Library filters',
|
2019-09-23 12:42:43 +02:00
|
|
|
link: '/help/guides/library-filters'
|
|
|
|
},
|
|
|
|
{
|
2019-09-23 12:58:19 +02:00
|
|
|
text: 'Source migration',
|
2019-09-23 12:42:43 +02:00
|
|
|
link: '/help/guides/source-migration'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Settings',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: 'General',
|
|
|
|
link: '/help/guides/general'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Reader',
|
|
|
|
link: '/help/guides/reader'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Downloads',
|
|
|
|
link: '/help/guides/downloads'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Tracking',
|
|
|
|
link: '/help/guides/tracking'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Backup',
|
|
|
|
link: '/help/guides/backup'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Advanced',
|
|
|
|
link: '/help/guides/advanced'
|
2019-09-23 12:23:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Discord',
|
|
|
|
link: 'https://discord.gg/tachiyomi'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Reddit',
|
|
|
|
link: 'https://reddit.com/r/Tachiyomi'
|
|
|
|
}
|
|
|
|
];
|