Skip to content

Commit b1ad1a1

Browse files
authored
docs: add algolia search (#938)
1 parent 3049c3e commit b1ad1a1

File tree

3 files changed

+1593
-8
lines changed

3 files changed

+1593
-8
lines changed

Diff for: docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ module.exports = {
2323
},
2424
serviceWorker: true,
2525
theme: 'vue',
26+
algolia: {
27+
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
28+
indexName: 'vue_test_utils'
29+
},
2630
themeConfig: {
2731
repo: 'vuejs/vue-test-utils',
2832
docsDir: 'docs',

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"vue-router": "^3.0.1",
7070
"vue-server-renderer": "2.5.16",
7171
"vue-template-compiler": "2.5.16",
72-
"vuepress": "^0.13.0",
72+
"vuepress": "^0.14.2",
7373
"vuepress-theme-vue": "^1.0.3",
7474
"vuetify": "^0.16.9",
7575
"vuex": "^3.0.1",

0 commit comments

Comments
 (0)