Skip to content

Commit

Permalink
[doc]Fix edit link and rpc document link. (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Feb 26, 2021
1 parent 90eb734 commit cd03592
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion developer.starcoin.org/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enableGitInfo = true

# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/starcoinorg/starcoin/developer.starcoin.org'
BookRepo = 'https://github.com/starcoinorg/starcoin'

# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
Expand Down
22 changes: 11 additions & 11 deletions developer.starcoin.org/content/rpc/rpc_document.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: JSON RPC API schema
---

* [account](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/account.json)
* [chain](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/chain.json)
* [state](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/state.json)
* [contract](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/contract.json)
* [txpool](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/txpool.json)
* [node](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/node.json)
* [miner](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/miner.json)
* [network_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/network_manager.json)
* [node_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/node_manager.json)
* [sync_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/sync_manager.json)
* [debug](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/debug_manager.json)
* [account](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/account.json)
* [chain](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/chain.json)
* [state](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/state.json)
* [contract](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/contract.json)
* [txpool](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/txpool.json)
* [node](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/node.json)
* [miner](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/miner.json)
* [network_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/network_manager.json)
* [node_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/node_manager.json)
* [sync_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/sync_manager.json)
* [debug](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/debug_manager.json)
22 changes: 11 additions & 11 deletions developer.starcoin.org/content/rpc/rpc_document.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: JSON RPC API schema
---

* [account](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/account.json)
* [chain](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/chain.json)
* [state](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/state.json)
* [contract](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/contract.json)
* [txpool](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/txpool.json)
* [node](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/node.json)
* [miner](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/miner.json)
* [network_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/network_manager.json)
* [node_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/node_manager.json)
* [sync_manager](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/sync_manager.json)
* [debug](https://playground.open-rpc.org/?schemaUrl=https://http://developer.starcoin.org/rpc/schema/debug_manager.json)
* [account](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/account.json)
* [chain](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/chain.json)
* [state](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/state.json)
* [contract](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/contract.json)
* [txpool](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/txpool.json)
* [node](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/node.json)
* [miner](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/miner.json)
* [network_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/network_manager.json)
* [node_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/node_manager.json)
* [sync_manager](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/sync_manager.json)
* [debug](https://playground.open-rpc.org/?schemaUrl=https://developer.starcoin.org/rpc/schema/debug_manager.json)

0 comments on commit cd03592

Please sign in to comment.