Skip to content

Commit

Permalink
Add RPC docs link to docs navbar (cosmos#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay authored and jackzampolin committed Dec 18, 2018
1 parent 5693771 commit ec9c4ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ build
tools/bin/*
examples/build/*
docs/_build
docs/tutorial
dist

# Data - ideally these don't exist
examples/basecoin/app/data
Expand Down
5 changes: 4 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec9c4ea

Please sign in to comment.