mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-31 19:12:40 +01:00
51 lines
763 B
JavaScript
51 lines
763 B
JavaScript
|
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'
|
||
|
}
|
||
|
];
|