mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Move JSON-RPC docs up in sidebar
This commit is contained in:
parent
86b20d897e
commit
0c3ffe2005
1 changed files with 9 additions and 9 deletions
18
_config.yml
18
_config.yml
|
|
@ -41,33 +41,33 @@ collections:
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
caption: Interacting with Geth
|
caption: Interacting with Geth
|
||||||
sidebar_index: 3
|
sidebar_index: 3
|
||||||
|
rpc:
|
||||||
|
output: true
|
||||||
|
permalink: docs/:collection/:slug
|
||||||
|
caption: JSON RPC APIs
|
||||||
|
sidebar_index: 4
|
||||||
support:
|
support:
|
||||||
output: true
|
output: true
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
caption: Issues and support
|
caption: Issues and support
|
||||||
sidebar_index: 4
|
sidebar_index: 5
|
||||||
developers:
|
developers:
|
||||||
output: true
|
output: true
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
caption: Developer docs
|
caption: Developer docs
|
||||||
sidebar_index: 5
|
sidebar_index: 6
|
||||||
clef:
|
clef:
|
||||||
output: true
|
output: true
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
caption: Clef
|
caption: Clef
|
||||||
sidebar_index: 6
|
sidebar_index: 7
|
||||||
frontpage: _clef/Overview.md
|
frontpage: _clef/Overview.md
|
||||||
whisper:
|
whisper:
|
||||||
output: true
|
output: true
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
caption: Whisper
|
caption: Whisper
|
||||||
sidebar_index: 7
|
|
||||||
frontpage: _whisper/Whisper-Overview.md
|
|
||||||
rpc:
|
|
||||||
output: true
|
|
||||||
permalink: docs/:collection/:slug
|
|
||||||
caption: JSON RPC APIs
|
|
||||||
sidebar_index: 8
|
sidebar_index: 8
|
||||||
|
frontpage: _whisper/Whisper-Overview.md
|
||||||
doc:
|
doc:
|
||||||
output: true
|
output: true
|
||||||
permalink: docs/:collection/:slug
|
permalink: docs/:collection/:slug
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue