diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 3c2a48f3da..344fc8f10f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -92,7 +92,7 @@ export default defineConfig({ }, nav: [ { text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' }, - { text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/en/incomplete/' }, + { text: 'Other Virtualization Projects', link: '/en/incomplete/index', activeMatch: '^/en/incomplete/' }, { text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' }, { text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' } ], @@ -315,11 +315,11 @@ function getGuideSidebarEnUS() { function getIncompleteSidebarEnUS() { return [ { - text: 'Other Virtualization Items', + text: 'Other Virtualization Projects', items: [ - { text: 'pterodactyl', link: '/incomplete/pterodactyl_en.html' }, - { text: 'webvirtcloud', link: '/incomplete/webvirtcloud_en.html' }, - { text: 'convoy', link: '/incomplete/convoy_en.html' }, + { text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' }, + { text: 'webvirtcloud', link: '/en/incomplete/webvirtcloud.html' }, + { text: 'convoy', link: '/en/incomplete/convoy.html' }, ] } ]; diff --git a/docs/incomplete/convoy_en.md b/docs/en/incomplete/convoy.md similarity index 100% rename from docs/incomplete/convoy_en.md rename to docs/en/incomplete/convoy.md diff --git a/docs/en/incomplete/index.md b/docs/en/incomplete/index.md new file mode 100644 index 0000000000..ae95ed340c --- /dev/null +++ b/docs/en/incomplete/index.md @@ -0,0 +1,19 @@ +--- +layout: home + +title: Other Virtualization Projects +titleTemplate: Other Incomplete Virtualization Projects + +hero: + name: Other Virtualization Projects + text: Some incomplete virtualization projects + image: https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritlhls/pages/main/logo.png + actions: + - theme: brand + text: View Projects → + link: /incomplete/pterodactyl + +features: +- title: Notes + details: Please read the instructions for each project carefully. Some projects may cause irreparable damage to your system and require a full reinstall. +--- diff --git a/docs/incomplete/pterodactyl_en.md b/docs/en/incomplete/pterodactyl.md similarity index 100% rename from docs/incomplete/pterodactyl_en.md rename to docs/en/incomplete/pterodactyl.md diff --git a/docs/incomplete/webvirtcloud_en.md b/docs/en/incomplete/webvirtcloud.md similarity index 100% rename from docs/incomplete/webvirtcloud_en.md rename to docs/en/incomplete/webvirtcloud.md