We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5793849 commit 7ebd087Copy full SHA for 7ebd087
sidebars.js
@@ -28,6 +28,12 @@ const sidebars = {
28
type: 'category',
29
label: '快速安装(必看)',
30
// collapsed: false,
31
+ link: {
32
+ type: 'generated-index',
33
+ title: '快速安装',
34
+ description: '请选择安装方式',
35
+ slug: '/install'
36
+ },
37
items: [
38
{
39
id: 'install/script-install',
@@ -36,7 +42,7 @@ const sidebars = {
42
},
43
44
- label: '开源版',
45
+ label: '手动安装-开源版',
40
46
collapsed: false,
41
47
link: {
48
type: 'generated-index',
@@ -74,7 +80,7 @@ const sidebars = {
74
80
75
81
76
82
77
- label: '捐赠版',
83
+ label: '手动安装-捐赠版',
78
84
79
85
86
0 commit comments