diff --git a/docs.json b/docs.json index 8dac946c8..c38f77e0a 100644 --- a/docs.json +++ b/docs.json @@ -24,7 +24,7 @@ "pages": [ "index", { - "group": "Install locally", + "group": "Local (Self-Hosted)", "icon": "download", "pages": [ "installation/system_requirements", @@ -2133,7 +2133,7 @@ "pages": [ "zh/index", { - "group": "本地安装", + "group": "本地 (自托管)", "icon": "download", "pages": [ "zh/installation/system_requirements", @@ -4241,7 +4241,7 @@ "pages": [ "ja/index", { - "group": "ローカルインストール", + "group": "ローカル (セルフホステッド)", "icon": "download", "pages": [ "ja/installation/system_requirements", diff --git a/installation/comfyui_portable_windows.mdx b/installation/comfyui_portable_windows.mdx index a00963895..93b5ce06e 100644 --- a/installation/comfyui_portable_windows.mdx +++ b/installation/comfyui_portable_windows.mdx @@ -1,8 +1,8 @@ --- -title: "ComfyUI(portable) Windows" +title: "ComfyUI(portable) Windows — Local Self-Hosted" description: "This tutorial will guide you on how to download and start using ComfyUI Portable and run the corresponding programs" icon: "box" -sidebarTitle: "Portable(Windows)" +sidebarTitle: "Portable (Local)" --- import FirstGeneration from "/snippets/install/first-generation.mdx" diff --git a/installation/desktop/linux.mdx b/installation/desktop/linux.mdx index 7b1ce29ad..bae7f53af 100644 --- a/installation/desktop/linux.mdx +++ b/installation/desktop/linux.mdx @@ -1,7 +1,7 @@ --- -title: "Linux Desktop Version" +title: "Linux Desktop — Local Self-Hosted" description: "This article introduces how to download, install and use ComfyUI Desktop for Linux" -sidebarTitle: "Linux" +sidebarTitle: "Linux (Local)" icon: "linux" --- diff --git a/installation/desktop/macos.mdx b/installation/desktop/macos.mdx index b4d2650b0..8cacfbc2e 100644 --- a/installation/desktop/macos.mdx +++ b/installation/desktop/macos.mdx @@ -1,8 +1,8 @@ --- -title: "MacOS Desktop Version" +title: "MacOS Desktop — Local Self-Hosted" description: "This article introduces how to download, install and use ComfyUI Desktop for MacOS" icon: "apple" -sidebarTitle: "MacOS" +sidebarTitle: "macOS (Local)" --- import MirrorLinks from "/snippets/install/mirror-links.mdx" diff --git a/installation/desktop/windows.mdx b/installation/desktop/windows.mdx index fea7a69b0..116ec2317 100644 --- a/installation/desktop/windows.mdx +++ b/installation/desktop/windows.mdx @@ -1,8 +1,8 @@ --- -title: "Windows Desktop Version" +title: "Windows Desktop — Local Self-Hosted" description: "This article introduces how to download, install and use ComfyUI Desktop for Windows" icon: "windows" -sidebarTitle: "Windows" +sidebarTitle: "Windows (Local)" --- import MirrorLinks from "/snippets/install/mirror-links.mdx" diff --git a/installation/manual_install.mdx b/installation/manual_install.mdx index d4992ea24..b48de378d 100644 --- a/installation/manual_install.mdx +++ b/installation/manual_install.mdx @@ -1,8 +1,8 @@ --- -title: "How to install ComfyUI manually in different systems" -Description: "This section will guide you through the manual installation process on Windows, MacOS and Linux" +title: "Manual Installation — Local Self-Hosted" +description: "This section will guide you through the manual installation process on Windows, MacOS and Linux" icon: "wrench" -sidebarTitle: "Manual Installation" +sidebarTitle: "Manual (Local)" --- import GitClone from "/snippets/git-clone.mdx";