From f97b5070d1aac85da8631d85648e7a952f5f1edb Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 13 Dec 2018 09:48:55 -0500 Subject: [PATCH] docs: algolia full-text search --- 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 7c656aa3cb..3f7b876551 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: 'a6e2f64347bb826b732e118c1366819a', + indexName: 'cosmos_network', + debug: false + }, nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }], sidebar: [ {