docs: Pin the RPC docs to v0.35 instead of master (#7909)

This commit is contained in:
M. J. Fromberger
2022-02-21 07:46:39 -08:00
committed by GitHub
parent bd6fce13ae
commit 3b20931da3

View File

@@ -45,8 +45,10 @@ module.exports = {
title: 'Resources',
children: [
{
// TODO(creachadair): Figure out how to make this per-branch.
// See: https://github.com/tendermint/tendermint/issues/7908
title: 'RPC',
path: 'https://docs.tendermint.com/master/rpc/',
path: 'https://docs.tendermint.com/v0.35/rpc/',
static: true
},
]