From ec9c4ea543b5d0f558cf6ad9f1386d26cfe87f28 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 17 Dec 2018 19:04:39 -0500 Subject: [PATCH] Add RPC docs link to docs navbar (#3131) --- .gitignore | 2 ++ docs/.vuepress/config.js | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbc5e5e22c..2f4220999a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ build tools/bin/* examples/build/* docs/_build +docs/tutorial +dist # Data - ideally these don't exist examples/basecoin/app/data diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a18b1c0c19..7f7fd33302 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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",