mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-19 23:30:38 +00:00
docs: add version dropdown and v0.34 docs(#5762)
Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
This commit is contained in:
@@ -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
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user