diff --git a/src/.vuepress/config/nav.js b/src/.vuepress/config/nav.js index db3b4805..f6c9352a 100644 --- a/src/.vuepress/config/nav.js +++ b/src/.vuepress/config/nav.js @@ -1,27 +1,40 @@ module.exports = [ + { text: "FAQ", link: "/help/faq/" }, { - text: "Need help?", - link: "/help/", + text: "Guides", items: [ - { - text: "Frequently Asked Questions", - link: "/help/faq/" - }, { text: "Guides", items: [ - { text: "General", link: "/help/guides/getting-started" }, - { text: "Settings", link: "/help/guides/settings/" } + { 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/" }, ] - }, - { - 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" } + { + 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" }, + ] + }, + ] + }, ];