From 9e075d8dd51d0b80304ad470fa4e6543fe5d024a Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 12 Dec 2018 04:20:02 -0500 Subject: [PATCH] docs: enable full-text search (#3004) --- docs/.vuepress/config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9f8ddbc73..a1e150c38 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -8,7 +8,12 @@ module.exports = { lineNumbers: true }, themeConfig: { - lastUpdated: "Last Updated", + lastUpdated: true, + algolia: { + apiKey: '59f0e2deb984aa9cdf2b3a5fd24ac501', + indexName: 'tendermint', + debug: false + }, nav: [{ text: "Back to Tendermint", link: "https://tendermint.com" }], sidebar: [ {