mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
Go implementation of the Ethereum protocol
This fixes broken links that where reported via: https://validator.w3.org/checklink?uri=http%3A%2F%2Fgeth.ethereum.org%2Fdocs%2F&hide_type=all&recursive=on&depth=10&check=Check It also moves the 'getting started' pages from /getting-started/... to /docs/getting-started/... In order to not break any old links, redirects from the old location have been added. Co-authored-by: Felix Lange <fjl@twurst.com> |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| bin | ||
| docs | ||
| guide | ||
| redirects | ||
| static | ||
| .gitignore | ||
| .travis.yml | ||
| _config.yml | ||
| CNAME | ||
| doc.md | ||
| docker-compose.yml | ||
| downloads.html | ||
| Gemfile | ||
| index.html | ||
| install.md | ||
| params.json | ||
| README.md | ||
Documentation of the go-ethereum website
To start a jekyll server run:
docker-compose up
Now you can visit localhost:4000 to look at the site.