From f82b5f91a6589ef5601959f079dcb49d3f67169a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 1 Nov 2019 13:36:22 +0100 Subject: [PATCH] improve docs landing page --- docs/index.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index a3ee78bba8..d359268ef3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,21 +1,24 @@ --- -title: Documentation +title: Geth Documentation root: .. --- -* User documentation can be found at our [Ethereum User Guide and reference manual](http://ethereum.gitbooks.io/frontier-guide/content/). -* For the API reference and developer documentation head over to the auto generated [GoDoc](https://godoc.org/github.com/ethereum/go-ethereum) documentation. -This is the documentation for the official Ethereum golang implementation. For generic Ethereum-related information (whitepaper, yellow paper, protocol and interface specs, APIs, DAPP development guides, etc) see the [Ethereum main wiki](https://github.com/ethereum/wiki/wiki). - -Main entry points: +You have found the user manual for geth, the Go language implementation of Ethereum. +* [Getting Started Guide](./getting-started) * [Installation Instructions](./install-and-build/installing-geth) -* [Management APIs](./interface/management-apis) -* [Managing Accounts](./interface/managing-your-accounts) -* [Command Line Options](./interface/command-line-options) +* [JSON-RPC Server](./rpc/server) * [JavaScript Console](./interface/javascript-console) -* [Private Network](./doc/private-network) -* [Developers' Guide](./install-and-build/developers-guide) -* [Whisper v6](./whisper/whisper-overview) -Sidebar lists all pages. +For the Go API reference and developer documentation head over to +[GoDoc](https://godoc.org/github.com/ethereum/go-ethereum). + +### Other Ethereum Documentation + +For generic Ethereum-related information, check the **[Ethereum +Wiki](https://github.com/ethereum/wiki/wiki)**. + +* [Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/White-Paper) +* [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf) +* [Ethereum Improvement Proposals (EIPs)](https://eips.ethereum.org) +* [Peer-to-peer Networking Specifications](https://github.com/ethereum/devp2p/blob/master/README.md)