mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
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:
parent
ecae1b350a
commit
3f8f722ac0
@ -1,27 +1,40 @@
|
||||
module.exports = [
|
||||
{
|
||||
text: "Need help?",
|
||||
link: "/help/",
|
||||
items: [
|
||||
{
|
||||
text: "Frequently Asked Questions",
|
||||
link: "/help/faq/"
|
||||
},
|
||||
{ text: "FAQ", link: "/help/faq/" },
|
||||
{
|
||||
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: "Guides",
|
||||
items: [
|
||||
{ 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: "Forks", link: "/forks/" },
|
||||
{ text: "Extensions", link: "/extensions/" },
|
||||
{
|
||||
text: "Links",
|
||||
items: [
|
||||
{
|
||||
text: "Community",
|
||||
items: [
|
||||
{ text: "Discord", link: "https://discord.gg/tachiyomi" },
|
||||
{ text: "Reddit", link: "https://reddit.com/r/Tachiyomi" }
|
||||
{ text: "Reddit", link: "https://reddit.com/r/Tachiyomi" },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: "Sponsor",
|
||||
items: [
|
||||
{ text: "Ko-fi", link: "https://ko-fi.com/inorichi" },
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user