From 39d3689d016c9babc947fdb8d2f6875b58f384ed Mon Sep 17 00:00:00 2001 From: Meow33 Date: Thu, 6 Nov 2025 22:39:55 +0800 Subject: [PATCH] docs: update iso download link and remove concept from index (#2044) --- docs/.vitepress/zh.ts | 43 ------------------- .../install-olares-gpu-passthrough.md | 2 +- .../manual/get-started/install-linux-iso.md | 2 +- docs/zh/manual/get-started/install-pve-iso.md | 2 +- 4 files changed, 3 insertions(+), 46 deletions(-) diff --git a/docs/.vitepress/zh.ts b/docs/.vitepress/zh.ts index 09877a047..6588cb956 100644 --- a/docs/.vitepress/zh.ts +++ b/docs/.vitepress/zh.ts @@ -371,49 +371,6 @@ const side = { }, ], }, - { - text: "概念", - collapsed: true, - link: "/zh/manual/concepts/", - items: [ - { text: "系统架构", link: "/zh/manual/concepts/system-architecture" }, - { text: "Olares ID", - link: "/zh/manual/concepts/olares-id", - collapsed: true, - items: [ - { - text: "去中心化标识符", - link: "/zh/manual//concepts/did", - }, - { - text: "DID Registry", - link: "/zh/manual//concepts/registry", - }, - { - text: "可验证凭证", - link: "/zh/manual//concepts/vc", - }, - { - text: "自治声誉", - link: "/zh/manual//concepts/reputation", - }, - // { - // text: "主权网络", - // link: "/zh/manual//concepts/self-sovereign-network", - // }, - { - text: "身份钱包", - link: "/zh/manual/concepts/wallet", - }, - ], - }, - { text: "账户", link: "/zh/manual/concepts/account" }, - { text: "应用", link: "/zh/manual/concepts/application" }, - { text: "网络", link: "/zh/manual/concepts/network" }, - { text: "数据", link: "/zh/manual/concepts/data" }, - { text: "密钥", link: "/zh/manual/concepts/secrets" }, - ], - }, { text: "术语", link: "/zh/manual/glossary" }, ], "/zh/space/": [ 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 513405df9..94f7cbe06 100644 --- a/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md +++ b/docs/zh/manual/best-practices/install-olares-gpu-passthrough.md @@ -28,7 +28,7 @@ description: 在 Proxmox VE(PVE)中配置 GPU 直通,并在启用 GPU 加 - RAM:推荐 16 GB 及以上 - 存储:不少于 200 GB的可用磁盘空间,需使用 SSD 硬盘安装。使用 HDD(机械硬盘)可能会导致安装失败。 - 支持的系统版本:PVE 8.3.2 -- Olares ISO 镜像:点击[此处](https://cdn.olares.cn/olares-v1.12.1-amd64-cn.iso)下载 Olares 官方镜像。 +- Olares ISO 镜像:点击[此处](https://cdn.olares.cn/olares-v1.12.1-amd64.iso)下载 Olares 官方镜像。 ## 在 PVE 中配置 GPU 直通 diff --git a/docs/zh/manual/get-started/install-linux-iso.md b/docs/zh/manual/get-started/install-linux-iso.md index cba1312cd..7351593d5 100644 --- a/docs/zh/manual/get-started/install-linux-iso.md +++ b/docs/zh/manual/get-started/install-linux-iso.md @@ -22,7 +22,7 @@ description: 通过官方 ISO 镜像在物理机上安装 Olares 系统,包括 ## 制作启动盘 -1. 点击[此处](https://cdn.olares.cn/olares-latest-amd64-cn.iso)下载最新官方 Olares ISO 镜像。 +1. 点击[此处](https://cdn.olares.cn/olares-latest-amd64.iso)下载最新官方 Olares ISO 镜像。 2. 下载并安装 [**Balena Etcher**](https://etcher.balena.io/) 工具。 3. 将 U 盘插入电脑。 4. 打开 Etcher,依次选择: diff --git a/docs/zh/manual/get-started/install-pve-iso.md b/docs/zh/manual/get-started/install-pve-iso.md index 471bfb72b..6dfb08c5a 100644 --- a/docs/zh/manual/get-started/install-pve-iso.md +++ b/docs/zh/manual/get-started/install-pve-iso.md @@ -29,7 +29,7 @@ description: 在 PVE 虚拟化平台上使用 ISO 镜像安装配置 Olares 的 ::: ## 下载 Olares ISO 镜像 -点击[此处](https://cdn.olares.cn/olares-latest-amd64-cn.iso)下载最新官方 Olares ISO 镜像。 +点击[此处](https://cdn.olares.cn/olares-latest-amd64.iso)下载最新官方 Olares ISO 镜像。 ## 配置 PVE 虚拟机 在 PVE 运行 Olares 时,请确保虚拟机满足以下配置要求。你可以在**创建新虚拟机**时应用这些设置,也可以**调整已有虚拟机**以符合要求。