chore: update sidebar
This commit is contained in:
parent
8f81f7027a
commit
3693bd998a
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user