From 3693bd998aa4941264a8627772b26549e10e07b3 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 23 Dec 2023 02:55:18 +0000 Subject: [PATCH] chore: update sidebar --- .vitepress/config.mts | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 0f52e995f..0b71428e2 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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, },