Go implementation of the Ethereum protocol
Find a file
edualb 43605ac8b2
docs: tutorial for bash autocomplete (#24398)
* including tutorial for bash autocomplete

- included the Bash Autocomplete in sidebar.yml
- created a new file called Bash-Autocomplete.md with a tutorial to include a bash autocomplete.
This tutorial was based on:
	- https://github.com/urfave/cli/blob/master/docs/v1/manual.md#enabling
	- https://github.com/urfave/cli/blob/master/docs/v2/manual.md#powershell-support

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Windows tutorial

Co-authored-by: ligi <ligi@ligi.de>

* Update docs/_interface/Bash-Autocomplete.md

- From "Creates" to "Create" in Linux/MacOS tutorial

Co-authored-by: ligi <ligi@ligi.de>

* (_layouts): redirect to first element in documentation

- Problem: The sidebar was redirecting to the wrong element
in the list when we click on that. It was occuring because the logic inside of sidebar.html
to build the list-group-item was carry about the frontdoc.url instead of the first element by itself.

- Solution: We are sorting the collection.docs and then build the
list-group-item with the right element in the list.

Co-authored-by: ligi <ligi@ligi.de>
2022-10-11 16:20:38 +02:00
_data docs: tutorial for bash autocomplete (#24398) 2022-10-11 16:20:38 +02:00
_includes "get started" tutorial revamp (#24814) 2022-05-05 17:04:52 +02:00
_layouts docs: tutorial for bash autocomplete (#24398) 2022-10-11 16:20:38 +02:00
bin Script to check redirects 2019-03-26 16:24:07 +01:00
docs docs: tutorial for bash autocomplete (#24398) 2022-10-11 16:20:38 +02:00
guide docs: remove old syntax highlighting (#21955) 2020-12-03 21:11:52 +01:00
redirects docs: fix some broken links (#22167) 2021-01-25 12:45:02 +01:00
static docs: fix mascot sizing on homepage (#25902) 2022-09-30 13:31:36 +02:00
.gitignore Make it usable by docker-compose 2019-08-26 13:46:24 +02:00
.travis.yml [DOCS] add Matomo analytics (#20438) 2019-12-12 23:38:36 +01:00
_config.yml docs: update clef basics (introduction and tutorial pages) (#25280) 2022-07-18 20:42:12 +02:00
CNAME Create CNAME 2019-03-26 11:22:59 +01:00
doc.md Add RPC API docs section, write eth_call reference 2019-08-12 18:38:52 +03:00
docker-compose.yml doc: add page on light clients (#24647) 2022-04-08 00:15:47 +02:00
downloads.html Tweak downloads page to work better on slow networks (#24458) 2022-03-01 10:52:32 +01:00
Gemfile add webrick in gemfile 2021-01-25 15:34:33 +01:00
index.html docs: fix mascot sizing on homepage (#25902) 2022-09-30 13:31:36 +02:00
install.md Move all documentation below /docs (#20072) 2019-10-01 10:40:09 +02:00
params.json Create gh-pages branch via GitHub 2015-08-18 22:20:07 +02:00
README.md docs: fixed link, added readme (#21953) 2020-12-03 13:49:44 +01:00

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.