Commit Graph

7 Commits

Author SHA1 Message Date
Sina Mahmoodi 51242a49f4
docs: add page on graphql (#24250)
* docs: add page on graphql

* mv graphql to rpc category
2022-01-19 10:34:46 +01:00
Guillaume Ballet c3f5e07cb6
pages: fix typo in rpc example (#21713) 2020-10-16 09:30:14 +02:00
Marius van der Wijden 12be83b71c
[DOCS] Update http server docs with new flags (#21546) 2020-09-10 14:21:13 +02:00
Adam Schmideg ee73348658
[DOCS] Add default windows IPC path (#20722)
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-02-27 11:04:39 +01:00
Chris Chinchilla 03bb2f40e1
[DOCS] Clarify calling non-whitelisted namespace (#20704)
Co-authored-by: Felix Lange <fjl@twurst.com>
2020-02-21 14:06:20 +01:00
Adam Schmideg e140b09174
Fix links references, use brackets, not parens 2019-12-04 16:01:29 +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