Skip to content

Commit ad9ef4c

Browse files
Haroenvhaoqunjiang
authored andcommitted
docs: enable Algolia search (#3085)
Hey there! I enabled VuePress' feature to show the search via DocSearch so there's the extra features, like searching in the content, and typo tolerance. Thanks!
1 parent ae2a9bc commit ad9ef4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ module.exports = {
2727
docsBranch: 'docs',
2828
editLinks: true,
2929
sidebarDepth: 3,
30+
algolia: {
31+
indexName: 'cli_vuejs',
32+
apiKey: 'f6df220f7d246aff64a56300b7f19f21',
33+
},
3034
locales: {
3135
'/': {
3236
label: 'English',

0 commit comments

Comments
 (0)