diff --git a/.gitignore b/.gitignore index cbc5e5e22cde..2f4220999a38 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 a18b1c0c196d..7f7fd33302b5 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",