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: {