Skip to content

Commit 7ebd087

Browse files
committed
增加手动安装的描述
1 parent 5793849 commit 7ebd087

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ const sidebars = {
2828
type: 'category',
2929
label: '快速安装(必看)',
3030
// collapsed: false,
31+
link: {
32+
type: 'generated-index',
33+
title: '快速安装',
34+
description: '请选择安装方式',
35+
slug: '/install'
36+
},
3137
items: [
3238
{
3339
id: 'install/script-install',
@@ -36,7 +42,7 @@ const sidebars = {
3642
},
3743
{
3844
type: 'category',
39-
label: '开源版',
45+
label: '手动安装-开源版',
4046
collapsed: false,
4147
link: {
4248
type: 'generated-index',
@@ -74,7 +80,7 @@ const sidebars = {
7480
},
7581
{
7682
type: 'category',
77-
label: '捐赠版',
83+
label: '手动安装-捐赠版',
7884
collapsed: false,
7985
link: {
8086
type: 'generated-index',

0 commit comments

Comments
 (0)