Add RPC docs link to docs navbar (#3131)

This commit is contained in:
Zach
2018-12-17 16:04:39 -08:00
committed by Jack Zampolin
parent 56937714b5
commit ec9c4ea543
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -19,7 +19,10 @@ module.exports = {
indexName: 'cosmos_network',
debug: false
},
nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }],
nav: [
{ text: "Back to Cosmos", link: "https://cosmos.network" },
{ text: "RPC", link: "../rpc/" }
],
sidebar: [
{
title: "Overview",