2019-09-23 12:23:00 +02:00
|
|
|
module.exports = [
|
|
|
|
{
|
2020-01-08 23:15:44 -05:00
|
|
|
text: "Need help?",
|
|
|
|
link: "/help/",
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
|
|
|
{
|
2020-01-08 23:15:44 -05:00
|
|
|
text: "Frequently Asked Questions",
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
2020-01-08 23:15:44 -05: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
|
|
|
},
|
|
|
|
{
|
2020-01-08 23:15:44 -05:00
|
|
|
text: "Guides",
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
2020-01-08 23:15:44 -05:00
|
|
|
{ text: "General", link: "/help/guides/getting-started" },
|
|
|
|
{ text: "Menus", link: "/help/guides/menus" },
|
|
|
|
{ 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
|
|
|
{
|
2020-01-08 23:15:44 -05:00
|
|
|
text: "Contribution",
|
|
|
|
items: [{ text: "How can I help?", link: "/help/contribution" }]
|
2019-10-01 16:37:32 +02:00
|
|
|
},
|
2019-09-23 12:42:43 +02:00
|
|
|
{
|
2020-01-08 23:15:44 -05:00
|
|
|
text: "Available extensions",
|
|
|
|
items: [{ text: "List", link: "/extensions/" }]
|
2019-09-23 12:23:00 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-01-08 23:15:44 -05:00
|
|
|
{ text: "Discord", link: "https://discord.gg/tachiyomi" },
|
|
|
|
{ text: "Reddit", link: "https://reddit.com/r/Tachiyomi" }
|
2019-09-23 12:23:00 +02:00
|
|
|
];
|