mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-31 19:12:40 +01:00
f3f186cef0
* Configure automatic linting * Remove FontAwesome icons * Ignore mismatching component name
35 lines
870 B
JavaScript
35 lines
870 B
JavaScript
module.exports = [
|
|
{
|
|
text: "Need help?",
|
|
link: "/help/",
|
|
items: [
|
|
{
|
|
text: "Frequently Asked Questions",
|
|
items: [
|
|
{ text: "Application", link: "/help/faq/application" },
|
|
{ text: "Extensions", link: "/help/faq/extensions" }
|
|
]
|
|
},
|
|
{
|
|
text: "Guides",
|
|
items: [
|
|
{ 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" }
|
|
]
|
|
},
|
|
{
|
|
text: "Contribution",
|
|
items: [{ text: "How can I help?", link: "/help/contribution" }]
|
|
},
|
|
{
|
|
text: "Available extensions",
|
|
items: [{ text: "List", link: "/extensions/" }]
|
|
}
|
|
]
|
|
},
|
|
{ text: "Discord", link: "https://discord.gg/tachiyomi" },
|
|
{ text: "Reddit", link: "https://reddit.com/r/Tachiyomi" }
|
|
];
|