mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Kinda integrate downloads page into jekyll
This commit is contained in:
parent
cf7d6ea88e
commit
f84e281f91
4 changed files with 4 additions and 8 deletions
|
|
@ -11,8 +11,8 @@ avatar: /static/images/ethereum.png
|
||||||
author:
|
author:
|
||||||
name: The go-ethereum authors
|
name: The go-ethereum authors
|
||||||
navbar-links:
|
navbar-links:
|
||||||
Home: "docs"
|
|
||||||
Install and build:
|
Install and build:
|
||||||
|
- Downloads: downloads
|
||||||
- Installing Ethereum: docs/Building-Ethereum
|
- Installing Ethereum: docs/Building-Ethereum
|
||||||
- Developers' Guide: docs/Developers%27-Guide
|
- Developers' Guide: docs/Developers%27-Guide
|
||||||
How to use:
|
How to use:
|
||||||
|
|
|
||||||
|
|
@ -37,12 +37,6 @@
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="../">Go Ethereum</a>
|
<a class="navbar-brand" href="../">Go Ethereum</a>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
@ -68,7 +62,7 @@
|
||||||
<div id="release_notes" class="col-md-12 collapse on"></div>
|
<div id="release_notes" class="col-md-12 collapse on"></div>
|
||||||
<div style="text-align: center;" class="col-md-12">
|
<div style="text-align: center;" class="col-md-12">
|
||||||
<br/>
|
<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_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_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>
|
<a id="download_windows" class="btn btn-primary" href="#" role="button" style="margin: 4px;"></a>
|
||||||
|
|
|
||||||
|
|
@ -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">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.
|
<p class="lead">Here are the main entry points.
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="/downloads">Downloads</a></li>
|
||||||
<li><a href="/docs/Installing-Geth">Installation guide</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/Building-Ethereum">Building Ethereum</a></li>
|
||||||
<li><a href="/docs/Management-APIs">Developer/Management API</a></li>
|
<li><a href="/docs/Management-APIs">Developer/Management API</a></li>
|
||||||
|
|
|
||||||
1
install.md
Normal file
1
install.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
See [Install Geth](docs/Installing-Geth).
|
||||||
Loading…
Reference in a new issue