Skip to content

Commit f1ac7a0

Browse files
posvamysticatea
authored andcommitted
Docs: add algolia search (#860)
1 parent b7ee76e commit f1ac7a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ module.exports = {
7070
],
7171

7272
'/': ['/', '/user-guide/', '/developer-guide/', '/rules/']
73+
},
74+
75+
algolia: {
76+
apiKey: 'b2b69365da747a9a9635cda391317c36',
77+
indexName: 'eslint-plugin-vue'
7378
}
7479
}
7580
}

0 commit comments

Comments
 (0)