2019-09-23 12:23:00 +02:00
|
|
|
module.exports = [
|
2020-04-30 00:44:44 +02:00
|
|
|
{ text: "FAQ", link: "/help/faq/" },
|
2019-09-23 12:23:00 +02:00
|
|
|
{
|
2020-04-30 00:44:44 +02:00
|
|
|
text: "Guides",
|
2019-09-23 12:23:00 +02:00
|
|
|
items: [
|
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-04-30 00:44:44 +02:00
|
|
|
{ text: "Getting started", link: "/help/guides/getting-started/" },
|
|
|
|
{ text: "Source problems", link: "/help/guides/source-problems/" },
|
|
|
|
{ text: "Source migration", link: "/help/guides/source-migration/" },
|
|
|
|
{ text: "Creating backups", link: "/help/guides/creating-backups/" },
|
|
|
|
{ text: "Reading local manga", link: "/help/guides/reading-local-manga/" },
|
|
|
|
{ text: "Categories", link: "/help/guides/categories/" },
|
|
|
|
{ text: "Settings", link: "/help/guides/settings/" },
|
2019-09-23 12:42:43 +02:00
|
|
|
]
|
2019-09-23 12:23:00 +02:00
|
|
|
}
|
2020-04-30 00:44:44 +02:00
|
|
|
],
|
2019-09-23 12:23:00 +02:00
|
|
|
},
|
2020-03-05 06:11:00 +01:00
|
|
|
{ text: "Forks", link: "/forks/" },
|
|
|
|
{ text: "Extensions", link: "/extensions/" },
|
2020-04-30 00:44:44 +02:00
|
|
|
{
|
|
|
|
text: "Links",
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: "Community",
|
|
|
|
items: [
|
|
|
|
{ text: "Discord", link: "https://discord.gg/tachiyomi" },
|
|
|
|
{ text: "Reddit", link: "https://reddit.com/r/Tachiyomi" },
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Sponsor",
|
|
|
|
items: [
|
|
|
|
{ text: "Ko-fi", link: "https://ko-fi.com/inorichi" },
|
|
|
|
]
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
2019-09-23 12:23:00 +02:00
|
|
|
];
|