Docs config (#6846)

* bump docs theme to 1.0.169

* enable topbar banner
This commit is contained in:
Cyrus Goh 2020-07-25 00:55:55 -07:00 committed by GitHub
parent 928f7fccff
commit c6f3a1706f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 345 additions and 264 deletions

View File

@ -27,6 +27,9 @@ module.exports = {
key: "ac317234e6a42074175369b2f42e9754", key: "ac317234e6a42074175369b2f42e9754",
index: "cosmos-sdk" index: "cosmos-sdk"
}, },
topbar: {
banner: true
},
sidebar: { sidebar: {
auto: true, auto: true,
nav: [ nav: [

604
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"vuepress-theme-cosmos": "^1.0.168" "vuepress-theme-cosmos": "^1.0.169"
} }
} }