From 8130381d34e3c9db1679a01b535bb24d0d19783a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9BRSfr?= Date: Sun, 17 Nov 2024 07:59:17 -0500 Subject: [PATCH] added linux and added stuff to sidebar --- docs/.vitepress/config.mts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 3b5230b..e23a7d1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -94,6 +94,7 @@ export default defineConfig({ rel: 'noreferrer' }, { text: 'Minecraft for Windows', link: '/windows/minecraft-for-windows' }, + { text: 'Minecraft Story Mode', link: '/windows/minecraft-storymode' }, { text: 'Minecraft Dungeons', link: '/windows/minecraft-dungeons' }, { text: 'Minecraft China', link: '/windows/minecraft-china' }, { text: 'Minecraft Earth', link: '/windows/minecraft-earth' }, @@ -101,12 +102,20 @@ export default defineConfig({ { text: 'Minecraft Legends', link: '/windows/minecraft-legends' } ] }, + { + text: 'Linux (WIP)', + collapsed: false, + items: [ + { text: 'Minecraft for Linux', link: '/linux/minecraft-for-linux' } + ] + }, { text: 'Android', collapsed: false, items: [ - { text: 'Minecraft Earth', link: '/android/minecraft-earth' }, { text: 'Minecraft for Android', link: '/android/minecraft-for-android' }, + { text: 'Minecraft Earth', link: '/android/minecraft-earth' }, + { text: 'Minecraft Story Mode', link: '/android/minecraft-storymode' }, { text: 'Miscellaneous', link: '/android/miscellaneous' } ] }, @@ -114,8 +123,9 @@ export default defineConfig({ text: 'iOS', collapsed: false, items: [ - { text: 'Minecraft Earth', link: '/ios/minecraft-earth' }, - { text: 'Minecraft for iOS', link: '/ios/minecraft-for-ios' } + { text: 'Minecraft for iOS', link: '/ios/minecraft-for-ios' }, + { text: 'Minecraft Story Mode', link: '/ios/minecraft-storymode' }, + { text: 'Minecraft Earth', link: '/ios/minecraft-earth' } ] }, {