Unverified Commit 032d56be authored by Sylvain Pace's avatar Sylvain Pace Committed by GitHub

feat: add DocSearch as recommended by vuepress (#1662)

parent ae498f98
...@@ -19,6 +19,10 @@ module.exports = { ...@@ -19,6 +19,10 @@ module.exports = {
serviceWorker: true, serviceWorker: true,
theme: 'vue', theme: 'vue',
themeConfig: { themeConfig: {
algolia: {
apiKey: '3462ea4a6a56b94eba5b01497d6eb627',
indexName: 'vue-loader'
},
repo: 'vuejs/vue-loader', repo: 'vuejs/vue-loader',
docsDir: 'docs', docsDir: 'docs',
serviceWorker: { serviceWorker: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment