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

Commit

Permalink
docs: fix JSON-RPC links (#558)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Oct 1, 2020
1 parent 1be4b71 commit 3ed790b
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 140 deletions.
3 changes: 1 addition & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
themeConfig: {
repo: 'ChainSafe/ethermint',
docsRepo: 'ChainSafe/ethermint',
docsBranch: 'development',
docsDir: 'docs',
editLinks: true,
custom: true,
Expand Down Expand Up @@ -41,7 +42,6 @@ module.exports = {
},
gutter: {
title: 'Help & Support',
editLink: true,
chat: {
title: 'Developer Chat',
text: 'Chat with Ethermint developers on Discord.',
Expand All @@ -58,7 +58,6 @@ module.exports = {
github: {
title: 'Found an Issue?',
text: 'Help us improve this page by suggesting edits on GitHub.',
url: 'https://github.com/ChainSafe/ethermint/edit/development/docs/README.md',
bg: '#F8F9FC'
}
},
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
order: false
parent:
order: false
--->
order: 0
-->

# Architecture Decision Records (ADR)

Expand Down
Loading

0 comments on commit 3ed790b

Please sign in to comment.