Touch up the navbar (#151)

* Initial build

* Remove old faq pages

* Remove redundant extraction attempts

* Change headers

* Fixed internal links

* Fixed last internal link

* Move settings

* Move settings to subfolder

* Change up navigation

Split "Need help"
Add guides to guide dropdown
Join links together and add Ko-fi
This commit is contained in:
Soitora 2020-04-30 00:44:44 +02:00 committed by GitHub
parent ecae1b350a
commit 3f8f722ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" },
]
},
]
},
];