Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Nov 17, 2024
2 parents b76a04a + 8130381 commit a3d1e87
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -94,28 +94,38 @@ 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' },
{ text: 'Minecraft Education', link: '/windows/minecraft-education' },
{ 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' }
]
},
{
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' }
]
},
{
Expand Down

0 comments on commit a3d1e87

Please sign in to comment.