From 0c3ffe20058006a2af678d414ff753b407039c8e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 30 Oct 2019 13:04:03 +0100 Subject: [PATCH] Move JSON-RPC docs up in sidebar --- _config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 8b0da6993b..857cfcc1f2 100644 --- a/_config.yml +++ b/_config.yml @@ -41,33 +41,33 @@ collections: permalink: docs/:collection/:slug caption: Interacting with Geth sidebar_index: 3 + rpc: + output: true + permalink: docs/:collection/:slug + caption: JSON RPC APIs + sidebar_index: 4 support: output: true permalink: docs/:collection/:slug caption: Issues and support - sidebar_index: 4 + sidebar_index: 5 developers: output: true permalink: docs/:collection/:slug caption: Developer docs - sidebar_index: 5 + sidebar_index: 6 clef: output: true permalink: docs/:collection/:slug caption: Clef - sidebar_index: 6 + sidebar_index: 7 frontpage: _clef/Overview.md whisper: output: true permalink: docs/:collection/:slug caption: Whisper - sidebar_index: 7 - frontpage: _whisper/Whisper-Overview.md - rpc: - output: true - permalink: docs/:collection/:slug - caption: JSON RPC APIs sidebar_index: 8 + frontpage: _whisper/Whisper-Overview.md doc: output: true permalink: docs/:collection/:slug