From f84e281f91d74ab93607e14fa059a37502cc842c Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Thu, 3 Jan 2019 12:49:44 +0100 Subject: [PATCH] Kinda integrate downloads page into jekyll --- _config.yml | 2 +- downloads/index.html | 8 +------- index.html | 1 + install.md | 1 + 4 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 install.md diff --git a/_config.yml b/_config.yml index fc641b7c74..fc9a17df81 100644 --- a/_config.yml +++ b/_config.yml @@ -11,8 +11,8 @@ avatar: /static/images/ethereum.png author: name: The go-ethereum authors navbar-links: - Home: "docs" Install and build: + - Downloads: downloads - Installing Ethereum: docs/Building-Ethereum - Developers' Guide: docs/Developers%27-Guide How to use: diff --git a/downloads/index.html b/downloads/index.html index c93199f90d..93ed904583 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -37,12 +37,6 @@ Go Ethereum - @@ -68,7 +62,7 @@

-

You can download the latest 64-bit stable release of Geth for our primary platforms below. Packages for all supported platforms, as well as develop builds, can be found further down the page. If you're looking to install Geth and/or associated tools via your favorite package manager, please check our installation guide.

+

You can download the latest 64-bit stable release of Geth for our primary platforms below. Packages for all supported platforms, as well as develop builds, can be found further down the page. If you're looking to install Geth and/or associated tools via your favorite package manager, please check our installation guide.

diff --git a/index.html b/index.html index ff655dd52d..23f13dd172 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,7 @@ css:

For generic Ethereum-related information (whitepaper, yellow paper, protocol and interface specs, APIs, DAPP development guides, etc) see the Ethereum main wiki.

Here are the main entry points.