Skip to content

Commit 406d649

Browse files
majingheGitLab Docs Bot
andauthored
fix dead links caused by refactor and fix pipeline error as well (#38)
* fix image format error to fix pipeline error * fix dead links caused by refactor and fix pipeline error as well --------- Co-authored-by: GitLab Docs Bot <docs-bot@gitlab.cn>
1 parent b59f868 commit 406d649

File tree

12 files changed

+1458
-432
lines changed

12 files changed

+1458
-432
lines changed

docs/zh/developer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description: 介绍 STS/MCP/MinIO Client/SDK/API 在 RustFS 中的使用,帮助
99
- [MCP 使用指南](./mcp.md)
1010
- [MinIO Client 使用指南](./mc.md)
1111
- [SDK 使用指南](./sdk/index.md)
12-
- [API 使用指南](./api)
12+
- API 使用指南

docs/zh/developer/mc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ MinIO Client(`mc`)是 MinIO 官方提供的命令行工具,用于管理 Mi
99

1010
前提条件:
1111

12-
- 一个可用的 RustFS 实例。可参考[安装指南](../../zh/installation/index.md)进行安装。
12+
- 一个可用的 RustFS 实例。可参考[安装指南](../installation/index.md)进行安装。
1313
- 已安装 `mc` 工具。
14-
- 可用的[访问密钥](access-token.md)
14+
- 可用的[访问密钥](../management/iam/access-token.md)
1515

1616
## `mc` 操作 RustFS
1717

docs/zh/developer/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ docker build -f crates/mcp/Dockerfile -t rustfs/rustfs-mcp .
176176
}
177177
```
178178

179-
> `AWS_ACCESS_KEY_ID``AWS_SECRET_ACCESS_KEY` 是 RustFS 的访问密钥,可以参考[访问密钥的管理章节](access-token.md)进行创建。
179+
> `AWS_ACCESS_KEY_ID``AWS_SECRET_ACCESS_KEY` 是 RustFS 的访问密钥,可以参考[访问密钥的管理章节](../management/iam/access-token.md)进行创建。
180180
181181
如果添加成功,可以在 MCP 配置页面列出[可用的工具](#️-可用工具)
182182

docs/zh/installation/docker/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ docker run -d \
168168

169169
3. 环境变量和命令行参数可以混合使用,但命令行参数优先级更高
170170

171-
4. 如果[使用 TLS](../guide/configured/tls-configured.md),需要额外挂载证书路径:
171+
4. 如果[使用 TLS](../../integration/tls-configured.md),需要额外挂载证书路径:
172+
172173
```bash
173174
-v /path/to/certs:/certs \
174175
-e RUSTFS_TLS_PATH=/certs \
@@ -201,7 +202,7 @@ docker run -d \
201202

202203
1. 生产环境建议:
203204
- 使用多节点部署架构
204-
- [启用 TLS 加密通信](../guide/configured/tls-configured.md)
205+
- [启用 TLS 加密通信](../../integration/tls-configured.md)
205206
- 配置日志轮转策略
206207
- 设置定期备份策略
207208

docs/zh/installation/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "RustFS 在不同操作系统以及不同部署方式的安装指
55

66
本章节包括 RustFS 在不同操作系统以及不同部署方式的安装指南。具体包括:
77

8-
- [在 Linux 上安装 RustFS](linux.md)
9-
- [在 Docker 容器中安装 RustFS](docker.md)
10-
- [在 Windows 上安装 RustFS](windows/index.md)
11-
- [在 macOS 上安装 RustFS](macos/index.md)
8+
- [在 Linux 上安装 RustFS](./linux/index.md)
9+
- [在 Docker 容器中安装 RustFS](./docker/index.md)
10+
- [在 Windows 上安装 RustFS](./windows/index.md)
11+
- [在 macOS 上安装 RustFS](./macos/index.md)

docs/zh/installation/linux/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: "使用 Linux 操作系统安装 RustFS 的快速指导"
55

66
# Linux 安装 RustFS
77

8+
<a id="mode"></a>
9+
810
## 一、安装前必读
911

1012
本页面包含了 RustFS 的三种安装模式的全部文档和说明。其中,多机多盘的模式包含了企业级可用的性能、安全性和扩展性。并且,提供了生产工作负载需要的架构图。请装前请阅读,我们的启动模式与检查清单,如下:

docs/zh/installation/linux/multiple-node-multiple-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ description: 在多台服务器的多个磁盘上安装 RustFS, 数据将存储
1515

1616
任何 4 块磁盘以内的数据损坏都不会影响数据安全。
1717

18-
<img src="./images/multiple-node-multiple-disk.jgp" alt="RustFS Multiple Node Multiple Disk Mode" />
18+
<img src="./images/multiple-node-multiple-disk.jpg" alt="RustFS Multiple Node Multiple Disk Mode" />

docs/zh/installation/macos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: "本文主要讲解 RustFS MacOS 下的快速启动方式"
2222
> **图形化启动模式** 只支持单机单盘模式,更适用于开发、调试和测试环境。
2323
2424

25-
1. 关于启动模式的详细介绍,请参考 [启动模式](../mode/);
25+
1. 关于启动模式的详细介绍,请参考 [启动模式](../linux/index.md#mode);
2626

2727
2. 下载安装包,修改权限,并进行启动。
2828

docs/zh/installation/windows/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ description: "使用 Windows 一键启动 RustFS。"
55

66
# Windows 安装 RustFS
77

8-
9-
108
## 一、准备工作
119

1210
请了解:
1311

1412
> Windows 启动 **模式** 只支持单机单盘模式,更适用于开发、调试和测试环境。
1513
1614

17-
1. 关于 Windows 启动模式的详细介绍,请参考 [启动模式](../mode/);
15+
1. 关于 Windows 启动模式的详细介绍,请参考 [启动模式](../linux/index.md#mode;
1816

1917
2. 下载安装包,修改权限,并进行启动。
2018

docs/zh/integration/tls-configured.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: "为 RustFS 实例配置 TLS,通过 HTTPS 访问 RustFS,实现安
55

66
# RustFS TLS 配置
77

8-
RustFS 支持通过[配置 TLS](../../../zh/installation/security-checklists.md#2-网络传输加密tlsssl)来以更加安全的方式访问和使用 RustFS 实例。需要通过环境变量 `RUSTFS_TLS_PATH` 指定 TLS 所需证书路径。
8+
RustFS 支持通过[配置 TLS](../integration/tls-configured.md)来以更加安全的方式访问和使用 RustFS 实例。需要通过环境变量 `RUSTFS_TLS_PATH` 指定 TLS 所需证书路径。
99

1010
## 配置
1111

1212
### 前提条件
1313

14-
- 一个可用的 RustFS 实例(安装详情可查看[安装指南](../../../zh/installation/index.md)
14+
- 一个可用的 RustFS 实例(安装详情可查看[安装指南](../installation/index.md)
1515
- 可用的证书对(包含证书文件和私钥文件)
1616

1717
**注意**:证书对的名称必须为 `rustfs_cert.pem``rustfs_key.pem`,并放置在指定的证书路径中。

0 commit comments

Comments
 (0)