Skip to content

Commit cb8fce9

Browse files
committed
docs: disable algolia search for 0.x docs
1 parent ba20858 commit cb8fce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: docs/.vuepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ module.exports = {
3030
editLinks: true,
3131
docsDir: 'docs',
3232
// #697 Provided by the official algolia team.
33-
algolia: {
34-
apiKey: '3a539aab83105f01761a137c61004d85',
35-
indexName: 'vuepress'
36-
},
33+
// algolia: {
34+
// apiKey: '3a539aab83105f01761a137c61004d85',
35+
// indexName: 'vuepress'
36+
// },
3737
locales: {
3838
'/': {
3939
label: 'English',

0 commit comments

Comments
 (0)