chore: update sidebar

This commit is contained in:
taskylizard 2023-12-23 02:55:18 +00:00
parent 8f81f7027a
commit 3693bd998a

View File

@ -126,10 +126,6 @@ export default defineConfig({
{ text: "🐧 Linux / MacOS", link: "/linuxguide" },
{ text: "🌍 Non-English", link: "/non-english" },
{ text: "📂 Miscellaneous", link: "/miscguide" },
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
{ text: "🔑 Base64", link: "/base64" },
{ text: "📦 Storage", link: "/storage" },
{
text: "🔧 Tools",
collapsed: false,
@ -147,6 +143,16 @@ export default defineConfig({
{ text: "👨‍💻 Developer Tools", link: "/devtools" },
],
},
{
text: "More",
collapsed: false,
items: [
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
{ text: "🔑 Base64", link: "/base64" },
{ text: "📦 Storage", link: "/storage" },
],
},
],
socialLinks: socials,
},