From da16d257e9ebaad480dd37ef69b2f68f1af56823 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Mon, 21 Jan 2019 10:58:32 +0100 Subject: [PATCH] Fix minor link problems --- _data/sidebar.yml | 2 +- _layouts/default.html | 8 ++++---- ...{Backup-&-restore.md => Backup--restore.md} | 0 docs/index.md | 18 +++++++++++++++++- 4 files changed, 22 insertions(+), 6 deletions(-) rename docs/{Backup-&-restore.md => Backup--restore.md} (100%) diff --git a/_data/sidebar.yml b/_data/sidebar.yml index 04840fab6a..bbac8fbc34 100644 --- a/_data/sidebar.yml +++ b/_data/sidebar.yml @@ -1,7 +1,7 @@ Install and build: - Downloads: /downloads - Installing Ethereum: /docs/Building-Ethereum - - Developers' Guide: /docs/Developers%27-Guide + - Developers' Guide: /docs/Developers-Guide How to use: - Managing Accounts: /docs/Managing-your-accounts - Mining: /docs/Mining diff --git a/_layouts/default.html b/_layouts/default.html index e7d41a872f..23000fd533 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,13 +12,13 @@ - Go Ethereum + Go Ethereum diff --git a/docs/Backup-&-restore.md b/docs/Backup--restore.md similarity index 100% rename from docs/Backup-&-restore.md rename to docs/Backup--restore.md diff --git a/docs/index.md b/docs/index.md index 7bdd7cf93c..98c721bd9f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,17 @@ -# Welcome to the documentation \ No newline at end of file +* 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: + +* [Installation Instructions](/docs/Building-Ethereum) +* [Developer/Management API](/docs/Management-APIs) +* [Managing Accounts](/docs/Managing-your-accounts) +* [Command Line Options](/docs/Command-Line-Options) +* [JavaScript Console](/docs/JavaScript-Console) +* [Private Network](/docs/Private-network) +* [Developers' Guide](/docs/Developers'-Guide) +* [Whisper v6](/docs/Whisper) + +Sidebar lists all pages.