Skip to content

Commit fde8441

Browse files
committed
test
1 parent 8a22a97 commit fde8441

File tree

14 files changed

+63
-30
lines changed

14 files changed

+63
-30
lines changed
109 KB
Loading
103 KB
Loading
168 KB
Loading
74.4 KB
Loading
207 KB
Loading
88.3 KB
Loading
123 KB
Loading
239 KB
Loading

docs/zh/_meta.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
2+
{
3+
"text": "start",
4+
"link": "/guide/start",
5+
"activeMatch": "/guide/start"
6+
},
27
{
38
"text": "docs",
49
"link": "/guide/docs",
510
"activeMatch": "/guide/docs"
611
},
712
{
813
"text": "changelog",
9-
"link": "/guide/start/changelog/",
10-
"activeMatch": "/guide/start/changelog"
14+
"link": "/guide/changelog/",
15+
"activeMatch": "/guide/changelog"
1116
}
1217
]

docs/zh/guide/_meta.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[
22
{
3-
"type": "dir",
4-
"name": "start",
5-
"label": "start",
6-
"collapsible": false,
7-
"collapsed": false
3+
"type": "file",
4+
"name": "start/index",
5+
"label": "start"
86
},
97
{
108
"type": "dir",
119
"name": "docs",
1210
"label": "docs",
1311
"collapsible": true,
1412
"collapsed": false
13+
},
14+
{
15+
"type": "file",
16+
"name": "changelog",
17+
"label": "changelog"
1518
}
1619
]

0 commit comments

Comments
 (0)