Skip to content

Commit cba4904

Browse files
committed
docs: enable algolia docsearch for vuepress
1 parent e8a6ab1 commit cba4904

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ module.exports = {
2929
repo: 'vuejs/vuepress',
3030
editLinks: true,
3131
docsDir: 'docs',
32+
// #697 Provided by the official algolia team.
33+
algolia: {
34+
apiKey: '3a539aab83105f01761a137c61004d85',
35+
indexName: 'vuepress'
36+
},
3237
locales: {
3338
'/': {
3439
label: 'English',

0 commit comments

Comments
 (0)