Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 3ed790b

Browse files
docs: fix JSON-RPC links (#558)
* RPC method docs * forgot readme * cleanup * add table and fill in missing details * update table * fix tip block * add the rest of the eth methods * added the rest of the namespaces * get rid of extra space * doc bug fixes * Update docs/.vuepress/config.js * fix adr md comment Co-authored-by: Federico Kunze <[email protected]> Co-authored-by: Federico Kunze <[email protected]>
1 parent 1be4b71 commit 3ed790b

File tree

3 files changed

+139
-140
lines changed

3 files changed

+139
-140
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
themeConfig: {
99
repo: 'ChainSafe/ethermint',
1010
docsRepo: 'ChainSafe/ethermint',
11+
docsBranch: 'development',
1112
docsDir: 'docs',
1213
editLinks: true,
1314
custom: true,
@@ -41,7 +42,6 @@ module.exports = {
4142
},
4243
gutter: {
4344
title: 'Help & Support',
44-
editLink: true,
4545
chat: {
4646
title: 'Developer Chat',
4747
text: 'Chat with Ethermint developers on Discord.',
@@ -58,7 +58,6 @@ module.exports = {
5858
github: {
5959
title: 'Found an Issue?',
6060
text: 'Help us improve this page by suggesting edits on GitHub.',
61-
url: 'https://github.com/ChainSafe/ethermint/edit/development/docs/README.md',
6261
bg: '#F8F9FC'
6362
}
6463
},

docs/architecture/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--
22
order: false
33
parent:
4-
order: false
5-
--->
4+
order: 0
5+
-->
66

77
# Architecture Decision Records (ADR)
88

0 commit comments

Comments
 (0)