From f42e653a022269d5a9059e1fbc935c86202812d3 Mon Sep 17 00:00:00 2001 From: Cubebanyasz <59843249+misike12@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:41:25 +0200 Subject: [PATCH] Move guides to the navbar --- .vitepress/config.mts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 98a0635..bbc02fb 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -71,6 +71,15 @@ export default defineConfig({ { text: 'Marketplace', link: '/marketplace/' }, { text: 'DMCA', link: '/dmca/' }, { text: 'Credits', link: '/credits/' }, + { text: 'Guides', + items: [ + { text: 'Windows', + items: [ + { text: 'Unban Your Account', link: '/guides/unban-your-account' } + ] + } + ] + } ], sidebar: [ @@ -114,13 +123,6 @@ export default defineConfig({ { text: 'Minecraft for Wii', link: '/console/minecraft-for-wii' } ] }, - { - text: 'Guides', - collapsed: false, - items: [ - { text: '(Win Only) Unban MC Account', link: '/guides/unban-your-account' } - ] - }, ], outline: {