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 = [
|
module.exports = [
|
||||||
|
{ text: "FAQ", link: "/help/faq/" },
|
||||||
{
|
{
|
||||||
text: "Need help?",
|
text: "Guides",
|
||||||
link: "/help/",
|
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
text: "Frequently Asked Questions",
|
|
||||||
link: "/help/faq/"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Guides",
|
text: "Guides",
|
||||||
items: [
|
items: [
|
||||||
{ text: "General", link: "/help/guides/getting-started" },
|
{ text: "Getting started", link: "/help/guides/getting-started/" },
|
||||||
{ text: "Settings", link: "/help/guides/settings/" }
|
{ 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: "Forks", link: "/forks/" },
|
||||||
{ text: "Extensions", link: "/extensions/" },
|
{ 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" },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user