Commit Graph

11 Commits

Author SHA1 Message Date
Felix Lange 828f2fbd34 fixs broken links in getting started pages 2021-01-25 15:21:21 +01:00
ligi 21ee44bbaf
docs: fix some broken links (#22167)
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>
2021-01-25 12:45:02 +01:00
Marius van der Wijden 490376a5e9
docs: fixed link, added readme (#21953)
* docs: fixed links

* docs: added Readme to test locally
2020-12-03 13:49:44 +01:00
Marius van der Wijden 1eee5f12e0
docs: removed duplicated build from source page (#21952)
* docs: removed duplicated build from source page

* Update Installing-Geth.md

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-12-03 13:19:19 +01:00
Mário Havel 2c3ef0b757
fix curl rpc calls where --data flag was erroneously placed (#21602)
Fixed curl rpc calls. --data flag has to be placed before data content, current command results in curl error.
2020-09-24 13:03:56 +02:00
Chris Chinchilla cfd3e7189b
[DOCS] Update the main getting started guide (#20753)
* In progress

* Final first draft

* Edits

* Final first draft

* Update images and post

* Remove rogue comment

* Respond to comments

* Update speed of gifs

* Whitespace fixes

* Say what's signed by clef

* Flip content-type header and JSON-RPC message in examples

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-09-10 14:48:15 +02:00
Chris Chinchilla 9116d22de0
[DOCS] Update dev mode tutorial (#20826)
* Update dev mode tutorial to include connecting to Remix

* Remove mention of ports

* Update Remix steps
2020-05-12 10:45:14 +02:00
Nicholas Brown 7f2e84c811
[DOCS] add note about HTTP attach in getting started guide (#20991)
Adding an alternative command since some people are unable to connect with 'geth attach' command by itself.

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-04-28 10:10:22 +02:00
Felix Lange 7416b05b81
[DOCS] massive documentation update (#20229)
This PR:

- reorganizes all documentation pages so they live in the right category
- removes lots of legacy docs
- contains many improvements to active documentation pages

Geth user documentation is now spread across five major categories:

- Install and Build: installation and compile instructions
- Using Geth: this is for pages about general geth usage.
- For dApp Developers: this is for programming guides and functionality specific
   to dapp development. All the dev guides for mobile framework and Go APIs live here.
- JSON-RPC APIs: this has its own section because there is now a sub-page for
   every name space. I have also added an overview text that explains how to set
   up the API servers.
- For Geth Developers: this is for geth contributors
2019-11-05 13:46:00 +01:00
Chris Chinchilla 611703beb9 [DOCS] Add dev mode guide (#20102) 2019-10-30 12:35:45 +01:00
Chris Chinchilla 06c70fff5e [DOCS] Add Getting started guide (#20088) 2019-10-30 12:34:07 +01:00