We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974963e commit 0e41a4dCopy full SHA for 0e41a4d
packages/docs/docs/.vuepress/config.js
@@ -1,4 +1,3 @@
1
-const path = require('path')
2
const container = require('markdown-it-container')
3
4
module.exports = ctx => ({
@@ -32,10 +31,10 @@ module.exports = ctx => ({
32
31
editLinks: true,
33
docsDir: 'packages/docs/docs',
34
// #697 Provided by the official algolia team.
35
- algolia: ctx.isProd ? ({
36
- apiKey: '3a539aab83105f01761a137c61004d85',
37
- indexName: 'vuepress'
38
- }) : null,
+ // algolia: ctx.isProd ? ({
+ // apiKey: '3a539aab83105f01761a137c61004d85',
+ // indexName: 'vuepress'
+ // }) : null,
39
locales: {
40
'/': {
41
label: 'English',
0 commit comments