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 $ geth help
NAME: NAME:
@ -166,4 +168,4 @@ MISC OPTIONS:
COPYRIGHT: COPYRIGHT:
Copyright 2013-2018 The go-ethereum Authors Copyright 2013-2018 The go-ethereum Authors
``` ```

View file

@ -1,6 +1,7 @@
--- ---
title: FAQ title: FAQ
permalink: docs/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. **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 title: JavaScript Console
sort_key: B
--- ---
The Geth JavaScript console exposes the full [web3 JavaScript Dapp 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** **WARNING**
Remember your password. Remember your password.

View file

@ -1,5 +1,6 @@
--- ---
title: Mining title: Mining
sort_key: B
--- ---
This document explains how to set up geth for mining. The Ethereum wiki also has a [page 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 title: Connecting To The Network
sort_key: B
--- ---
## How Peers Are Found ## How Peers Are Found