docs: add version dropdown and v0.34 docs(#5762)

Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
This commit is contained in:
Marko
2020-12-07 22:07:02 +01:00
committed by GitHub
parent 0d108adaec
commit 4dcc9e979c
2 changed files with 21 additions and 13 deletions

View File

@@ -21,6 +21,24 @@ module.exports = {
key: "59f0e2deb984aa9cdf2b3a5fd24ac501",
index: "tendermint"
},
versions: [
{
"label": "v0.32",
"key": "v0.32"
},
{
"label": "v0.33",
"key": "v0.33"
},
{
"label": "v0.34",
"key": "v0.34"
},
{
"label": "master",
"key": "master"
}
],
topbar: {
banner: false,
},
@@ -39,17 +57,6 @@ module.exports = {
path: 'https://docs.tendermint.com/master/rpc/',
static: true
},
// TODO: remove once https://github.com/cosmos/vuepress-theme-cosmos/issues/91 is closed
{
title: 'Version 0.32',
path: '/v0.32',
static: true
},
{
title: 'Version 0.33',
path: '/v0.33',
static: true
},
]
}
]

View File

@@ -1,3 +1,4 @@
v0.32 v0.32
v0.32.x v0.32
cyrus/0.33-version v0.33
master master
v0.34.x v0.34
marko/docs_version master