Skip to content

Commit

Permalink
docs: tweak config.js versions with label and key
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 4, 2020
1 parent f4f12c8 commit 3d09520
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ module.exports = {
key: "ac317234e6a42074175369b2f42e9754",
index: "cosmos-sdk"
},
versions: ['v0.39', 'master'],
versions: [
{
"label": "v0.39",
"key": "v0.39"
},
{
"label": "master",
"key": "master"
}
],
topbar: {
banner: true
},
Expand Down

0 comments on commit 3d09520

Please sign in to comment.