清空 (@momo4) 在 VuePress配置Algolia踩坑 中发帖
直接放在theme.ts里面的插件里面:
docsearch: {
appId: '', // 替换为你的 appId
apiKey: '', // 替换为你的 apiKey
indexName: '', // 替换为你的 indexName
// 可选项,参考 DocSearch 配置文档
placeholder: '搜索文档',
translations: {
button: {
buttonText: '搜索',
},
// 其他翻译选项
},
},
然后构建之后你会发现,搜索为空,你需要去后台界面
https://crawler.algolia.com/admin/crawlers/...