mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
move RPC namespaces one level higher
This commit is contained in:
parent
42b4f501c1
commit
1e9b122d49
1 changed files with 20 additions and 20 deletions
|
|
@ -46,7 +46,11 @@
|
||||||
items:
|
items:
|
||||||
- id: Introduction
|
- id: Introduction
|
||||||
to: /docs/interacting-with-geth/rpc
|
to: /docs/interacting-with-geth/rpc
|
||||||
- id: RPC Namespaces
|
- id: Batch requests
|
||||||
|
to: /docs/interacting-with-geth/rpc/batch
|
||||||
|
- id: Real-time Events
|
||||||
|
to: /docs/interacting-with-geth/rpc/pubsub
|
||||||
|
- id: JSON-RPC Namespaces
|
||||||
items:
|
items:
|
||||||
- id: admin
|
- id: admin
|
||||||
to: /docs/interacting-with-geth/rpc/ns-admin
|
to: /docs/interacting-with-geth/rpc/ns-admin
|
||||||
|
|
@ -66,10 +70,6 @@
|
||||||
to: /docs/interacting-with-geth/rpc/ns-personal
|
to: /docs/interacting-with-geth/rpc/ns-personal
|
||||||
- id: txpool
|
- id: txpool
|
||||||
to: /docs/interacting-with-geth/rpc/ns-txpool
|
to: /docs/interacting-with-geth/rpc/ns-txpool
|
||||||
- id: Batch requests
|
|
||||||
to: /docs/interacting-with-geth/rpc/batch
|
|
||||||
- id: Real-time Events
|
|
||||||
to: /docs/interacting-with-geth/rpc/pubsub
|
|
||||||
- id: JS Console
|
- id: JS Console
|
||||||
to: /docs/interacting-with-geth/javascript-console
|
to: /docs/interacting-with-geth/javascript-console
|
||||||
- id: 'JS Console 2: Contracts'
|
- id: 'JS Console 2: Contracts'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue