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