Remove master from the docs site version config. (backport #7874) (#7902)

* Remove master from the docs site version config. (#7874)

(cherry picked from commit 351adf8ddb)

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
mergify[bot]
2022-02-21 06:24:20 -08:00
committed by GitHub
parent 6a14fc2105
commit de423678eb
2 changed files with 3 additions and 8 deletions

View File

@@ -22,10 +22,6 @@ module.exports = {
index: "tendermint"
},
versions: [
{
"label": "v0.32",
"key": "v0.32"
},
{
"label": "v0.33",
"key": "v0.33"
@@ -35,8 +31,8 @@ module.exports = {
"key": "v0.34"
},
{
"label": "master",
"key": "master"
"label": "v0.35",
"key": "v0.35"
}
],
topbar: {

View File

@@ -1,4 +1,3 @@
v0.32.x v0.32
v0.33.x v0.33
v0.34.x v0.34
master master
v0.35.x v0.35