From 489c9d917f2b2946f892cafc7f100ba4d9e40fca Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 22 Apr 2025 02:18:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AD=E8=8B=B1=E6=96=87=E9=9A=94?= =?UTF-8?q?=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 10 +++++----- .../convoy_en.md => en/incomplete/convoy.md} | 0 docs/en/incomplete/index.md | 19 +++++++++++++++++++ .../incomplete/pterodactyl.md} | 0 .../incomplete/webvirtcloud.md} | 0 5 files changed, 24 insertions(+), 5 deletions(-) rename docs/{incomplete/convoy_en.md => en/incomplete/convoy.md} (100%) create mode 100644 docs/en/incomplete/index.md rename docs/{incomplete/pterodactyl_en.md => en/incomplete/pterodactyl.md} (100%) rename docs/{incomplete/webvirtcloud_en.md => en/incomplete/webvirtcloud.md} (100%) 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