sort interface docs

This commit is contained in:
Felix Lange 2019-11-01 13:58:44 +01:00
parent f4ae9cbdab
commit 086ed424e4
6 changed files with 11 additions and 3 deletions

View file

@ -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
```
```

View file

@ -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.

View file

@ -1,5 +1,6 @@
---
title: JavaScript Console
sort_key: B
---
The Geth JavaScript console exposes the full [web3 JavaScript Dapp

View file

@ -1,6 +1,8 @@
---
title: Managing your accounts
title: Managing Your Accounts
sort_key: B
---
**WARNING**
Remember your password.

View file

@ -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

View file

@ -1,5 +1,6 @@
---
title: Connecting To The Network
sort_key: B
---
## How Peers Are Found