Browse Source

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

pull/7939/head
M. J. Fromberger 2 years ago
committed by GitHub
parent
commit
3b20931da3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/.vuepress/config.js

+ 3
- 1
docs/.vuepress/config.js 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
},
]


Loading…
Cancel
Save