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: "Settings", link: "/help/guides/settings" } ] }, { text: "Contribution", items: [{ text: "How can I help?", link: "/help/contribution" }] } ] }, { text: "Forks", link: "/forks/" }, { text: "Extensions", link: "/extensions/" }, { text: "Discord", link: "https://discord.gg/tachiyomi" }, { text: "Reddit", link: "https://reddit.com/r/Tachiyomi" } ];