diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 6a9d978..5cd2532 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -13,8 +13,8 @@ export default withPwa(defineConfig({ GitChangelogMarkdownSection(), ], server: { - host: '0.0.0.0', - port: 80, + host: '0.0.0.0', + port: 80, } }, title: 'Project Lodestone - Documentation', @@ -41,7 +41,7 @@ export default withPwa(defineConfig({ { text: 'Java', link: '/Java/' }, { text: 'Bedrock', link: '/Bedrock/' }, { text: '3DS', link: '/3DS/' }, - { text: 'Pi', link: '/Pi/' }, + { text: 'Pi', link: '/Pi/Pi-Edition-Docs' }, { text: 'Info', link: '/readme' }, { text: 'Team', link: '/Team' }, ], @@ -126,7 +126,7 @@ export default withPwa(defineConfig({ name: 'Project Lodestone - Documentation', short_name: 'Project Lodestone Docs', description: '', - theme_color: '#493189', + theme_color: '#493189', icons: [ { src: '/Documentation/assets/Dexrn_Lodestone_Logo.png', @@ -136,6 +136,6 @@ export default withPwa(defineConfig({ ], }, }, - + })); diff --git a/index.md b/index.md index 59a7210..3d50686 100644 --- a/index.md +++ b/index.md @@ -6,27 +6,27 @@ hero: tagline: "Documentation for Project Lodestone and various file formats and mechanics for many versions and editions of Minecraft." features: - title: Project Info - details: Info about Project Lodestone + details: Info about Project Lodestone link: /readme.md icon: ℹ️ - title: Legacy Console Edition details: Documentation on the Legacy Console Edition (LCE) versions of Minecraft - link: /LCE/readme.md + link: /LCE/ icon: 🎮 - title: Java Edition details: Documentation on Minecraft Java Edition - link: /Java/readme.md + link: /Java/ icon: 🖥️ - title: Bedrock Edition details: Documentation on Minecraft Bedrock Edition - link: /Bedrock/readme.md + link: /Bedrock/ icon: 📱 - title: 3DS Edition details: Documentation on Minecraft 3DS Edition - link: /3DS/readme.md + link: /3DS/ - title: Pi Edition details: Documentation on Minecraft Pi Edition - link: /Pi/readme.md + link: /Pi/Pi-Edition-Docs icon: ⌨️ ---