Commit Graph

25 Commits

Author SHA1 Message Date
Joseph Cook
02a0967122
docs: add page on grafana/influxdb dashboard (#26179)
* add page on grafana/influxdb dashboard

* fix sort key

* fix sort-key

* + explicit links to influx/grafana downloads pages

* Update docs/_interface/dashboards.md
2022-11-18 09:28:31 +01:00
Joseph Cook
5b326c3721
docs: rework tracing pages (#26105)
Reorganizes and adds new info to the tracing docs. Specifically:

    breaks tracing pages into new section --> docs/evm-tracing
    adds new landing page
    reorganizes built-in tracers info and adds call/return examples to each tracer
    adds documentation for diffMode
    adds to explanation of state storage and reexec
    only minor changes to custom-tracers.md
    adds state storage image from Sina's Devcon talk
2022-11-04 16:26:26 +01:00
Joseph Cook
e122d6ccfe
docs: fix mascot sizing on homepage (#25902)
make mascot dynamically sized
2022-09-30 13:31:36 +02:00
Joseph Cook
1d9bf73b50
docs: Update Clef/Rules page (#25335)
* initial commit for rules page

* initial commit for updating rules page

* tidy up and links

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

* Update docs/_clef/Rules.md

* Update docs/_clef/Rules.md

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-08-24 13:13:40 +02:00
Zubin
12a53e4fc5
Updating getting started docs for Geth dev-mode (#25483)
Update Remix instructions for deploying
to locally running Geth node.
Also update screenshot.
2022-08-05 12:12:03 +02:00
Joseph Cook
e4f4ecc275
docs: update clef basics (introduction and tutorial pages) (#25280)
* initial commit for clef docs

* add diagram and finish 1st draft intro pg

* uodate css to resize img

* more on tutorial page

* finish drafting more sections in tutorial.md

* finish 1st draft of tutorial page

* finish Intro and Tutorial pages

* + line about ext/int api, clarify 'unlocking'
2022-07-18 20:42:12 +02:00
Joseph Cook
52672ff330
docs: update pre-merge info (#25099)
* initial commit for pre-merge prep pages

* tidy and add validator info

* tidy up typos etc

* Apply suggestions from code review

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* apply suggestions from review

* apply suggestion from review

updates sentence about Geth stalling w/out consensus client

* apply changes from review + warn about early prep

Removes info as suggested by Martin.
Adds warning suggested by Remy on Launchpad repo about waiting for merge releases before setting up ex/cons clients on mainnet.

* minor fixes

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-07-08 15:28:49 +02:00
Joseph Cook
1a86e438b3
docs: update Go API page (#25112)
* initial commit for go-api page

* refine text

* Apply suggestions from code review

Co-authored-by: Martin Holst Swende <martin@swende.se>

* apply suggestions from review

update intro para and rm "sales pitch" section

* add tutorial

* improvements, add filter logs example

Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-06-24 17:23:50 +02:00
Joseph Cook
debaa20363
Improve developer-mode page (#24839)
* initial commit for dev mode page

* css styling, add images and logs

* move --datadir info to new paragraph

* split password & datadir info to 2 paragraphs

* fix typos

* apply suggestions from review

* Minor fixes

Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>
2022-05-30 15:52:31 +02:00
Joseph Cook
52c85f2d0c
"get started" tutorial revamp (#24814)
* initial commit for gettign started pages

* update to sepolia testnet

* back to goerli, start console section

* finish web3js section

* finish 1st draft

* fix whitespace in css, + linux notes, tidy for PR

* simplify py hex -> decimal

* turn note into an alert box

* reduce spacing a bit

* minor fixes

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-05-05 17:04:52 +02:00
Nwokocha wisdom maduabuchi
58cd25b166
Update Getting Started guide (#24357)
This makes the text easier to follow for beginners.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-02-17 19:21:28 +01:00
Marius van der Wijden
e9a6e73c54
docs: better syntax highlighting (#21959) 2020-12-07 20:33:03 +01:00
Marius van der Wijden
3ffad7ec30
docs: remove old syntax highlighting (#21955)
* docs: reenabled syntax highlighting
* docs: removed old syntax highlighting
2020-12-03 21:11:52 +01:00
Marius van der Wijden
c1f25f83ad
docs: reenabled syntax highlighting (#21954) 2020-12-03 21:10:42 +01: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
Felix Lange
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
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
Péter Szilágyi
30f1466038
Add RPC API docs section, write eth_call reference 2019-08-12 18:38:52 +03:00
Péter Szilágyi
5bfc5356a9
Add Go syntax highlighting to the guides. 2017-01-16 17:19:40 +02:00
Péter Szilágyi
0aeeae1b6c
Minor polishes, auto loading and syntax highlight. 2017-01-05 17:19:42 +02:00
Péter Szilágyi
f112f782e6
Add polyfill for String.prototype.includes 2016-11-23 14:14:38 +02:00
Felix Lange
c474c4082b fix switch between mobile/desktop design 2016-11-15 11:56:24 +01:00
Felix Lange
3058a06c03 fix symmetry on the index page 2016-11-15 11:46:08 +01:00
Felix Lange
70f11da755 improve index page design
- avoid overlapping in the header bar
- scale down the gopher image to save a bunch of kilobytes
- hide the ethereum logo on smaller screens
- fix indentation
2016-11-15 03:05:18 +01:00
Péter Szilágyi
abe2f98763
Replace auto generated crap with custom site 2016-11-14 17:07:13 +02:00