Commit Graph

17 Commits

Author SHA1 Message Date
Zachinquarantine 7a36eb855d
Remove mention of fast sync mode in Getting Started guide (#24300) 2022-01-27 10:30:56 +01:00
Zachinquarantine 56aa114ccc
Fix broken link (#23229)
Removes link to Private Network page that is on the Private Network page
TL;DR link on page links to itself
2021-07-27 11:39:38 +02:00
qbzzt a72de4874b
Usability updates (#23037)
* Usability updates

I spent some time getting it wrong and writing notes about it so other people will get it right the first time.

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2021-06-22 15:12:50 +02:00
ligi 0c57541890
docs: GETH_LOCATION -> GETH_DATA_DIR - closes #22417 (#22701)
GETH_LOCATION is confusing and "data dir" is usesd to describe the same in other parts of the documentation
2021-04-21 10:35:09 +02:00
rene b7f5e58563
gh-pages: remove mention of deprecated flags (#22265)
* update docs to remove old deprecated flags

* typo
2021-02-16 10:38:52 +01:00
jtlimpert 4a82e814ad
Update dev-mode.md (#22295)
remove deprecated flags
2021-02-15 19:38:13 +01:00
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