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
790b2b1463
Correct js console docs typo ( #21017 )
2020-05-04 10:37:58 +03:00
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
bbeb209570
[DOCS] fix typo of syncing mode "fast" -> "full" ( #20775 )
2020-03-18 10:14:57 +01:00
c4a73900c6
"eth attach" should be "geth attach" ( #20732 )
...
"eth attach" should be "geth attach" A letter missing
2020-03-02 14:47:46 +02:00
ee73348658
[DOCS] Add default windows IPC path ( #20722 )
...
Co-authored-by: Felix Lange <fjl@twurst.com >
2020-02-27 11:04:39 +01:00
03bb2f40e1
[DOCS] Clarify calling non-whitelisted namespace ( #20704 )
...
Co-authored-by: Felix Lange <fjl@twurst.com >
2020-02-21 14:06:20 +01:00
d951334464
[DOCS] List -> tree in DNS Discovery Setup Guide
2020-02-17 15:30:37 +01:00
1f5be70974
[DOCS] Fix typo in last change
2020-02-17 15:29:39 +01:00
ed306c2b3e
[DOCS] Update DNS Discovery Setup Guide with geth usage instructions
2020-02-17 15:26:36 +01:00
95f688db5a
[DOCS] Avoid mentioning a specific Go version ( #20659 )
2020-02-12 12:58:59 +01:00
a1ea472395
[DOCS] add note about unicode BOM in password files ( #20598 )
...
Co-authored-by: Felix Lange <fjl@twurst.com >
2020-02-09 21:54:22 +01:00
d9055f20d0
[DOCS] run geth init for member node ( #20632 )
2020-02-06 14:22:26 +01:00
ba28228916
[DOCS] Use correct account creation function ( #20603 )
...
If you use `NewAccount` console says there is no such function.
2020-01-28 13:19:28 +01:00
83ceb45320
Merge pull request #20511 from karalabe/docs-fix-txpool-apis-2
...
docs: fix txpool APIs to get rid of lists-per-nonces
2020-01-06 11:47:04 +02:00
10ab23cc56
docs: fix txpool APIs to get rid of lists-per-nonces
2020-01-06 10:43:32 +02:00
49995dc926
[DOCS] add Matomo analytics ( #20438 )
2019-12-12 23:38:36 +01:00
c8c6908e9a
[DOCS] Update installation guide ( #20278 )
2019-12-10 10:52:54 +01:00
e140b09174
Fix links references, use brackets, not parens
2019-12-04 16:01:29 +01:00
538a283b86
[DOCS] add DNS discovery setup guide ( #20399 )
...
This adds setup instructions for the DHT crawler and DNS node
list publishing tools.
2019-11-28 10:50:59 +01:00
483c5fbc39
[DOCS] Update Developer Guide ( #20272 )
...
This removes a bunch of outdated info from the developer guide and wraps
the text so it's easier to edit. govendor instructions are gone because we now
use Go modules for that. The 'Contributing' section is moved to the top.
2019-11-22 16:34:39 +01:00
e4581e7e14
[DOCS] document the clique RPC API ( #20317 )
2019-11-19 18:18:25 +01:00
cfc9bf8701
[DOCS] add les API description ( #20303 )
2019-11-18 12:41:34 +01:00
a89f10fcdd
[DOCS] bring back the 'Private Network' page ( #20262 )
...
This improves the private network page. We now recommend using clique
instead of ethash.
The networking section is improved as well and now recommends using a
regular geth node for bootstrapping instead of running cmd/bootnode. I
also added some text about the --netrestrict option.
2019-11-12 16:52:46 +01:00
76bc99158d
[DOCS] add search box ( #20251 )
...
This adds a search box (powered by DuckDuckGo site search) to the
navbar.
2019-11-07 15:25:36 +01:00
9a755be67b
trigger pages build
2019-11-07 13:10:54 +01:00
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
86b20d897e
[DOCS] Improve installation instructions ( #20089 )
2019-10-30 12:39:17 +01:00
611703beb9
[DOCS] Add dev mode guide ( #20102 )
2019-10-30 12:35:45 +01:00
06c70fff5e
[DOCS] Add Getting started guide ( #20088 )
2019-10-30 12:34:07 +01:00
a1acfc1efe
fix 'edit page' link
2019-10-28 17:48:45 +01:00
807261c625
remove path debugging from the template
2019-10-28 17:00:25 +01:00
f65757fc52
[DOCS] Add edit page link ( #20200 )
2019-10-28 16:52:02 +01:00
d0eea91981
[DOCS] Link checker ( #20086 )
2019-10-28 16:45:19 +01:00
8e49d1571d
Move all documentation below /docs ( #20072 )
...
* Move pages one level deeper under the /docs folder and fix broken links
* Fix broken links
* Flatten clef/qubes links to clef
* Remove path debugging from main template
2019-10-01 10:40:09 +02:00
8dc979183f
info about standard trace to file ( #20068 )
2019-09-13 09:29:34 +03:00
c9e7938a55
Merge pull request #20035 from holiman/changes_berlin
...
fix toc
2019-09-04 15:10:05 +03:00
1161c3129b
fix toc
2019-09-04 14:08:48 +02:00
728c7daa32
Merge pull request #20034 from holiman/changes_berlin
...
changes made in berlin
2019-09-04 14:55:35 +03:00
fadeac7dec
changes made in berlin
2019-09-04 13:51:21 +02:00
c49abfc4a8
Merge pull request #20016 from ethereum/feature/getting-started
...
Initial Getting Started ideas
2019-09-03 11:30:09 +02:00
30bfbe89a7
Merge pull request #20026 from ankitm123/gh-pages
...
Fix wrong url in sidebar for account management
2019-09-03 10:05:21 +02:00
2d04506338
Fix typo in sidebar for account management
2019-09-02 13:42:28 -04:00
042ddbbdf2
Reorg
2019-08-28 11:01:33 +02:00
e26b053b49
Make it usable by docker-compose
2019-08-26 13:46:24 +02:00
d5c101f2aa
First draft
2019-08-26 07:34:07 +02:00
594fc53cd0
Fix eth_call typo, remove optional marker
2019-08-12 19:02:21 +03:00
a37bfaecfe
Merge pull request #19947 from karalabe/gh-pages
...
Add RPC API docs section, write eth_call reference
2019-08-12 18:49:11 +03:00
30f1466038
Add RPC API docs section, write eth_call reference
2019-08-12 18:38:52 +03:00
ea00558b75
docs: fix #19860 , align clefdocs ( #19896 )
2019-07-29 09:42:45 +02:00