diff --git a/docs/.vitepress/en.ts b/docs/.vitepress/en.ts index bef1a56ea..f648a366e 100644 --- a/docs/.vitepress/en.ts +++ b/docs/.vitepress/en.ts @@ -359,7 +359,8 @@ const side = { text: "Install Olares on PVE (GPU Passthrough)", link: "/manual/best-practices/install-olares-gpu-passthrough", }, - text: "Expand storage in Olares", + { + text: "Expand storage in Olares", link: "/manual/best-practices/expand-storage-in-olares", }, ], diff --git a/docs/.vitepress/zh.ts b/docs/.vitepress/zh.ts index 043510f7b..17a849df3 100644 --- a/docs/.vitepress/zh.ts +++ b/docs/.vitepress/zh.ts @@ -361,6 +361,7 @@ const side = { text: "PVE 上安装 Olares 及配置显卡直通", link: "/zh/manual/best-practices/install-olares-gpu-passthrough", }, + { text: "在 Olares 中扩展存储空间", link: "/zh/manual/best-practices/expand-storage-in-olares", }, @@ -401,7 +402,6 @@ const side = { link: "/zh/manual/concepts/wallet", }, ], - }, { text: "账户", link: "/zh/manual/concepts/account" }, { text: "应用", link: "/zh/manual/concepts/application" }, diff --git a/docs/manual/best-practices/install-olares-gpu-passthrough.md b/docs/manual/best-practices/install-olares-gpu-passthrough.md index 96771ecf8..e8a6f7004 100644 --- a/docs/manual/best-practices/install-olares-gpu-passthrough.md +++ b/docs/manual/best-practices/install-olares-gpu-passthrough.md @@ -283,5 +283,5 @@ After the VM restarts, it will boot into the Ubuntu system. Olares is now installed and running with full GPU acceleration. To start using Olares, activate the device and log in with your account. For detailed steps, see our official guides: -- [Finish installation and activate Olares](../get-started/install-pve-iso.md#finish-installation-and-activate-olares) -- [Log in to Olares](../get-started/install-pve-iso.md#log-in-to-olares) \ No newline at end of file +- [Finish installation and activate Olares](../get-started/install-and-activate-olares.md) +- [Log in to Olares](../get-started/log-in-to-olares.md) \ No newline at end of file diff --git a/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md b/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md index d5e43cf71..e8cfc692b 100644 --- a/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md +++ b/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md @@ -283,5 +283,5 @@ description: 在 Proxmox VE(PVE)中配置 GPU 直通,并在启用 GPU 加 Olares 现已安装完成,并在 GPU 加速模式下正常运行。 接下来你可以激活设备并登录账户。 有关详细步骤,请参阅我们的官方指南: -- [激活 Olares](../get-started/install-pve-iso.md#finish-installation-and-activate-olares) -- [登录 Olares](../get-started/install-pve-iso.md#log-in-to-olares) \ No newline at end of file +- [激活 Olares](../get-started/install-and-activate-olares.md) +- [登录 Olares](../get-started/log-in-to-olares.md) \ No newline at end of file