We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05631c8 commit 6e0d9c0Copy full SHA for 6e0d9c0
docs/zh/sidebar.ts
@@ -300,10 +300,10 @@ export const zhSidebar = [
300
text: '可用性和扩展说明',
301
link: '/zh/upgrade-scale/availability-and-resiliency'
302
},
303
- // {
304
- // text: '升级',
305
- // link: '/zh/upgrade-scale/upgrade',
306
- // },
+ {
+ text: '升级',
+ link: '/zh/upgrade-scale/upgrade',
+ },
307
// {
308
// text: '扩容',
309
// link: '/zh/upgrade-scale/scale',
docs/zh/upgrade-scale/index.md
@@ -8,7 +8,7 @@ description: "本文将详细说明 RustFS 扩容相关的技术和说明。"
8
本章节分享 RustFS 升级与扩容相关的内容,包括:
9
10
- [可用性和扩展性说明](./availability-and-resiliency.md)
11
-- 升级
+- [升级] (./upgrade.md)
12
- 扩容
13
- 退役
14
- 再平衡
0 commit comments