We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049c3e commit b1ad1a1Copy full SHA for b1ad1a1
docs/.vuepress/config.js
@@ -23,6 +23,10 @@ module.exports = {
23
},
24
serviceWorker: true,
25
theme: 'vue',
26
+ algolia: {
27
+ apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
28
+ indexName: 'vue_test_utils'
29
+ },
30
themeConfig: {
31
repo: 'vuejs/vue-test-utils',
32
docsDir: 'docs',
package.json
@@ -69,7 +69,7 @@
69
"vue-router": "^3.0.1",
70
"vue-server-renderer": "2.5.16",
71
"vue-template-compiler": "2.5.16",
72
- "vuepress": "^0.13.0",
+ "vuepress": "^0.14.2",
73
"vuepress-theme-vue": "^1.0.3",
74
"vuetify": "^0.16.9",
75
"vuex": "^3.0.1",
0 commit comments