Skip to content

Commit da8f861

Browse files
Haroenvposva
authored andcommitted
docs: add search (#2537)
fixes #2439
1 parent abbdf98 commit da8f861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ module.exports = {
3434
serviceWorker: true,
3535
theme: 'vue',
3636
themeConfig: {
37+
algolia: {
38+
apiKey: 'f854bb46d3de7eeb921a3b9173bd0d4c',
39+
indexName: 'vue-router',
40+
},
3741
repo: 'vuejs/vue-router',
3842
docsDir: 'docs',
3943
locales: {

0 commit comments

Comments
 (0)