Cyrus Goh
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
docs/.vuepress/config.js
|
|
@ -16,6 +16,11 @@ module.exports = { |
|
|
|
docsDir: 'docs', |
|
|
|
editLinks: true, |
|
|
|
label: 'core', |
|
|
|
algolia: { |
|
|
|
id: "BH4D9OD16A", |
|
|
|
key: "59f0e2deb984aa9cdf2b3a5fd24ac501", |
|
|
|
index: "tendermint" |
|
|
|
}, |
|
|
|
topbar: { |
|
|
|
banner: false, |
|
|
|
}, |
|
|
|