Kinda integrate downloads page into jekyll

This commit is contained in:
Adam Schmideg 2019-01-03 12:49:44 +01:00
parent cf7d6ea88e
commit f84e281f91
4 changed files with 4 additions and 8 deletions

View file

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

View file

@ -37,12 +37,6 @@
</button>
<a class="navbar-brand" href="../">Go Ethereum</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="../install/">Install</a></li>
<li class="active"><a href="../downloads/">Downloads</a></li>
</ul>
</div>
</div>
</nav>
@ -68,7 +62,7 @@
<div id="release_notes" class="col-md-12 collapse on"></div>
<div style="text-align: center;" class="col-md-12">
<br/>
<p style="font-size: 23px;">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 <a href="../install">installation</a> guide.</p>
<p style="font-size: 23px;">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 <a href="/docs/Installing-Geth">installation</a> guide.</p>
<a id="download_linux" class="btn btn-primary" href="#" role="button" style="margin: 4px;"></a>
<a id="download_darwin" class="btn btn-primary" href="#" role="button" style="margin: 4px;"></a>
<a id="download_windows" class="btn btn-primary" href="#" role="button" style="margin: 4px;"></a>

View file

@ -55,6 +55,7 @@ css:
<p class="lead">For generic Ethereum-related information (whitepaper, yellow paper, protocol and interface specs, APIs, DAPP development guides, etc) see the <a href="https://github.com/ethereum/wiki/wiki">Ethereum main wiki</a>.</p>
<p class="lead">Here are the main entry points.
<ul>
<li><a href="/downloads">Downloads</a></li>
<li><a href="/docs/Installing-Geth">Installation guide</a></li>
<li><a href="/docs/Building-Ethereum">Building Ethereum</a></li>
<li><a href="/docs/Management-APIs">Developer/Management API</a></li>

1
install.md Normal file
View file

@ -0,0 +1 @@
See [Install Geth](docs/Installing-Geth).