Browse Source

docs: add algolia docsearch configs (#5309)

pull/5311/head
Cyrus Goh 4 years ago
committed by GitHub
parent
commit
55cd49ad08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/.vuepress/config.js

+ 5
- 0
docs/.vuepress/config.js View File

@ -16,6 +16,11 @@ module.exports = {
docsDir: 'docs',
editLinks: true,
label: 'core',
algolia: {
id: "BH4D9OD16A",
key: "59f0e2deb984aa9cdf2b3a5fd24ac501",
index: "tendermint"
},
topbar: {
banner: false,
},


Loading…
Cancel
Save