docs: algolia full-text search

This commit is contained in:
zramsay 2018-12-13 09:48:55 -05:00
parent 904778e102
commit f97b5070d1
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,12 @@ module.exports = {
lineNumbers: true lineNumbers: true
}, },
themeConfig: { themeConfig: {
lastUpdated: "Last Updated", lastUpdated: true,
algolia: {
apiKey: 'a6e2f64347bb826b732e118c1366819a',
indexName: 'cosmos_network',
debug: false
},
nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }], nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }],
sidebar: [ sidebar: [
{ {