Add RPC docs link to docs navbar (#3131)

This commit is contained in:
Zach 2018-12-17 19:04:39 -05:00 committed by Jack Zampolin
parent 56937714b5
commit ec9c4ea543
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -15,6 +15,8 @@ build
tools/bin/*
examples/build/*
docs/_build
docs/tutorial
dist
# Data - ideally these don't exist
examples/basecoin/app/data

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",