From 086ed424e42bf85721ce7cda3510aec21da662c5 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 1 Nov 2019 13:58:44 +0100 Subject: [PATCH] sort interface docs --- docs/_interface/Command-Line-Options.md | 6 ++++-- docs/_interface/FAQ.md | 1 + docs/_interface/JavaScript-Console.md | 1 + docs/_interface/Managing-your-accounts.md | 4 +++- docs/_interface/mining.md | 1 + docs/_interface/peer-to-peer.md | 1 + 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/_interface/Command-Line-Options.md b/docs/_interface/Command-Line-Options.md index 04f729d10e..b554f3d01b 100644 --- a/docs/_interface/Command-Line-Options.md +++ b/docs/_interface/Command-Line-Options.md @@ -1,6 +1,8 @@ --- -title: Commandline options +title: Command-line Options +sort_key: A --- + ``` $ geth help NAME: @@ -166,4 +168,4 @@ MISC OPTIONS: COPYRIGHT: Copyright 2013-2018 The go-ethereum Authors -``` \ No newline at end of file +``` diff --git a/docs/_interface/FAQ.md b/docs/_interface/FAQ.md index e9ff954be8..928a028a74 100644 --- a/docs/_interface/FAQ.md +++ b/docs/_interface/FAQ.md @@ -1,6 +1,7 @@ --- title: FAQ permalink: docs/faq +sort_key: C --- **Q.** I noticed my peercount slowly decrease, and now it is at 0. Restarting doesn't get any peers. diff --git a/docs/_interface/JavaScript-Console.md b/docs/_interface/JavaScript-Console.md index 0ddad0fe99..037c5a5f62 100644 --- a/docs/_interface/JavaScript-Console.md +++ b/docs/_interface/JavaScript-Console.md @@ -1,5 +1,6 @@ --- title: JavaScript Console +sort_key: B --- The Geth JavaScript console exposes the full [web3 JavaScript Dapp diff --git a/docs/_interface/Managing-your-accounts.md b/docs/_interface/Managing-your-accounts.md index e4c9acc7fa..26a6504186 100644 --- a/docs/_interface/Managing-your-accounts.md +++ b/docs/_interface/Managing-your-accounts.md @@ -1,6 +1,8 @@ --- -title: Managing your accounts +title: Managing Your Accounts +sort_key: B --- + **WARNING** Remember your password. diff --git a/docs/_interface/mining.md b/docs/_interface/mining.md index 1024fe31b5..7c72f9e92d 100644 --- a/docs/_interface/mining.md +++ b/docs/_interface/mining.md @@ -1,5 +1,6 @@ --- title: Mining +sort_key: B --- This document explains how to set up geth for mining. The Ethereum wiki also has a [page diff --git a/docs/_interface/peer-to-peer.md b/docs/_interface/peer-to-peer.md index 0c95456ab3..8d47196434 100644 --- a/docs/_interface/peer-to-peer.md +++ b/docs/_interface/peer-to-peer.md @@ -1,5 +1,6 @@ --- title: Connecting To The Network +sort_key: B --- ## How Peers Are Found