mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
Resolve merge conflicts and update internal links
This commit is contained in:
parent
ad5e1328c5
commit
36167790df
4 changed files with 7 additions and 6 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
- [Finish installation and activate Olares](../get-started/install-and-activate-olares.md)
|
||||
- [Log in to Olares](../get-started/log-in-to-olares.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)
|
||||
- [激活 Olares](../get-started/install-and-activate-olares.md)
|
||||
- [登录 Olares](../get-started/log-in-to-olares.md)
|
||||
Loading…
Reference in a new issue