Docs config (#6846)
* bump docs theme to 1.0.169 * enable topbar banner
This commit is contained in:
parent
928f7fccff
commit
c6f3a1706f
|
@ -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: [
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,6 +14,6 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vuepress-theme-cosmos": "^1.0.168"
|
"vuepress-theme-cosmos": "^1.0.169"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue