diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d09787489..6f0ce077c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -16,6 +16,11 @@ module.exports = { docsDir: 'docs', editLinks: true, label: 'core', + algolia: { + id: "BH4D9OD16A", + key: "59f0e2deb984aa9cdf2b3a5fd24ac501", + index: "tendermint" + }, topbar: { banner: false, },