Browse Source

docs: enable full-text search (#3004)

pull/3014/head
Zach 6 years ago
committed by Anton Kaliaev
parent
commit
9e075d8dd5
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/.vuepress/config.js

+ 6
- 1
docs/.vuepress/config.js View File

@ -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: [
{


Loading…
Cancel
Save