Skip to content

Commit 5720e48

Browse files
committed
docs: update algolia keys
1 parent f83e5ed commit 5720e48

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ module.exports = ctx => ({
6666
themeConfig: {
6767
algolia: ctx.isProd
6868
? {
69-
apiKey: 'f854bb46d3de7eeb921a3b9173bd0d4c',
69+
appId: 'LI3RW4C4QI',
70+
apiKey: '08e7ef7cd3969442874f0dee9dec34be',
7071
indexName: 'vue-router'
7172
}
7273
: null,
@@ -94,9 +95,7 @@ module.exports = ctx => ({
9495
},
9596
{
9697
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' }]
10099
},
101100
{
102101
text: 'Release Notes',
@@ -150,9 +149,7 @@ module.exports = ctx => ({
150149
},
151150
{
152151
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/' }]
156153
},
157154
{
158155
text: '更新记录',
@@ -206,9 +203,7 @@ module.exports = ctx => ({
206203
},
207204
{
208205
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' }]
212207
},
213208
{
214209
text: 'リリースノート',
@@ -262,9 +257,7 @@ module.exports = ctx => ({
262257
},
263258
{
264259
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' }]
268261
},
269262
{
270263
text: 'История изменений',
@@ -318,9 +311,7 @@ module.exports = ctx => ({
318311
},
319312
{
320313
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' }]
324315
},
325316
{
326317
text: '릴리즈 노트',
@@ -373,9 +364,7 @@ module.exports = ctx => ({
373364
},
374365
{
375366
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' }]
379368
},
380369
{
381370
text: 'Notes de version',

0 commit comments

Comments
 (0)