Skip to content

Commit 453b92b

Browse files
committed
fix url
1 parent a69e218 commit 453b92b

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docs/zh/installation/linux/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ firewall-cmd --reload
7878
7979
创建 RustFS 集群必须要使用 **相同的、具备连续性** 的主机名。有两种方式实现连续性的主机名:
8080

81-
** 1. DNS 配置:**
81+
**1. DNS 配置:**
8282

8383
请配置你的DNS解析服务器,保障名字的连续性。
8484

85-
2. ** HOSTS 配置:**
85+
**2. HOSTS 配置:**
8686

8787
修改 /etc/hosts中的本地别名设置,具体操作如下:
8888

docs/zh/sidebar.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export const zhSidebar = [
22
{
33
text: 'RustFS 安装指南',
4-
link: '/zh/installation/index',
54
collapsed: true,
65
home: true,
76
items: [
@@ -34,8 +33,8 @@ export const zhSidebar = [
3433
},
3534
{
3635
text: '安装检查清单',
37-
link: '/zh/installation/checklists',
3836
collapsed: true,
37+
home: true,
3938
items: [
4039
{
4140
text: '硬件要求',
@@ -61,13 +60,11 @@ export const zhSidebar = [
6160
},
6261
{
6362
text: '管理 RustFS',
64-
link: '/zh/management/index',
6563
collapsed: true,
6664
home: true,
6765
items: [
6866
{
6967
text: '对象管理',
70-
link: '/zh/management/object',
7168
collapsed: true,
7269
items: [
7370
{
@@ -98,7 +95,6 @@ export const zhSidebar = [
9895
},
9996
{
10097
text: '存储桶管理',
101-
link: '/zh/management/bucket',
10298
collapsed: true,
10399
items: [
104100
{
@@ -140,7 +136,6 @@ export const zhSidebar = [
140136
// },
141137
{
142138
text: 'IAM 管理',
143-
link: '/zh/management/iam/index',
144139
collapsed: true,
145140
items: [
146141
// {
@@ -190,7 +185,6 @@ export const zhSidebar = [
190185
// },
191186
{
192187
text: '故障排查',
193-
link: '/zh/management/troubleshooting',
194188
collapsed: true,
195189
items: [
196190
{
@@ -316,7 +310,6 @@ export const zhSidebar = [
316310
},
317311
{
318312
text: '开发者',
319-
link: '/zh/developer/index',
320313
collapsed: true,
321314
home: true,
322315
items: [
@@ -334,7 +327,6 @@ export const zhSidebar = [
334327
},
335328
{
336329
text: 'SDK',
337-
link: '/zh/developer/sdk',
338330
collapsed: true,
339331
items: [
340332
{

0 commit comments

Comments
 (0)