Commit Graph

6 Commits

Author SHA1 Message Date
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
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
Felix Lange 828f2fbd34 fixs broken links in getting started pages 2021-01-25 15:21:21 +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
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