@@ -66,7 +66,8 @@ module.exports = ctx => ({
66
66
themeConfig : {
67
67
algolia : ctx . isProd
68
68
? {
69
- apiKey : 'f854bb46d3de7eeb921a3b9173bd0d4c' ,
69
+ appId : 'LI3RW4C4QI' ,
70
+ apiKey : '08e7ef7cd3969442874f0dee9dec34be' ,
70
71
indexName : 'vue-router'
71
72
}
72
73
: null ,
@@ -94,9 +95,7 @@ module.exports = ctx => ({
94
95
} ,
95
96
{
96
97
text : 'v3.x' ,
97
- items : [
98
- { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
99
- ]
98
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org' } ]
100
99
} ,
101
100
{
102
101
text : 'Release Notes' ,
@@ -150,9 +149,7 @@ module.exports = ctx => ({
150
149
} ,
151
150
{
152
151
text : 'v3.x' ,
153
- items : [
154
- { text : 'v4.x' , link : 'https://next.router.vuejs.org/zh/' }
155
- ]
152
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org/zh/' } ]
156
153
} ,
157
154
{
158
155
text : '更新记录' ,
@@ -206,9 +203,7 @@ module.exports = ctx => ({
206
203
} ,
207
204
{
208
205
text : 'v3.x' ,
209
- items : [
210
- { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
211
- ]
206
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org' } ]
212
207
} ,
213
208
{
214
209
text : 'リリースノート' ,
@@ -262,9 +257,7 @@ module.exports = ctx => ({
262
257
} ,
263
258
{
264
259
text : 'v3.x' ,
265
- items : [
266
- { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
267
- ]
260
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org' } ]
268
261
} ,
269
262
{
270
263
text : 'История изменений' ,
@@ -318,9 +311,7 @@ module.exports = ctx => ({
318
311
} ,
319
312
{
320
313
text : 'v3.x' ,
321
- items : [
322
- { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
323
- ]
314
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org' } ]
324
315
} ,
325
316
{
326
317
text : '릴리즈 노트' ,
@@ -373,9 +364,7 @@ module.exports = ctx => ({
373
364
} ,
374
365
{
375
366
text : 'v3.x' ,
376
- items : [
377
- { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
378
- ]
367
+ items : [ { text : 'v4.x' , link : 'https://next.router.vuejs.org' } ]
379
368
} ,
380
369
{
381
370
text : 'Notes de version' ,
0 commit comments