Adam Gall
1e95560201
Update ns-debug.md ( #28535 )
...
Fix RPC example method for `debug_verbosity`
2023-11-18 15:39:26 +08:00
Sina Mahmoodi
367f98703d
website: fix out-of-date tracing docs ( #28406 )
...
This update covers this PRs:
- https://github.com/ethereum/go-ethereum/pull/26414
- https://github.com/ethereum/go-ethereum/pull/27183
- https://github.com/ethereum/go-ethereum/pull/26291
- https://github.com/ethereum/go-ethereum/pull/26048
2023-10-23 15:42:30 +02:00
hyunchel
1bf76f3902
Website docs update examples ( #28289 )
...
* docs: fix params for debug_stacks
* docs: fix typo on debug_stopGoTrace example
* docs: remove debug_seedHash example
Fixes issue #28282
Fixes issue #28288
Fixes issue #28281
2023-10-10 10:16:46 +02:00
lightclient
b3a2e3e950
docs: fix `debug_getRawTransaction` docs ( #28264 )
...
docs: fix param for debug_getRawTransaction
2023-10-07 11:49:04 +08:00
Delweng
e9b4a9cbdd
docs/interacting-with-geth/rpc: don't set header for Example,Parameters ( #27892 )
...
* docs/interacting-with-geth/rpc: don't set header for Example,Parameters
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc: Example,Parameters in bold text
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc: Usage,Response the same ad Example
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/pubsub: fix some json typo
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/debug: with blod text
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/eth,personal: typo
Signed-off-by: jsvisa <delweng@gmail.com>
* rpc/pubsub: rm comments in code
Signed-off-by: jsvisa <delweng@gmail.com>
* ns-eth: curl with bash type
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
2023-08-16 23:42:39 +02:00
Nicolás Quiroz
9b106c3a7e
fix: keep footer element at the bottom of the page ( #26909 )
...
* format: prettier
* fix: keep footer at the bottom of the page
* fix: use calc to compute proper height
2023-03-16 15:13:59 -04:00
Tuan Tran
a5f90c65bf
[website] renaming debug getters ( #26849 )
...
Updates documentation according to changes made in https://github.com/ethereum/go-ethereum/pull/25176
2023-03-13 05:01:48 -04:00
Nicolás Quiroz
aa1c49d549
chore: prettier
2023-02-13 20:09:27 -03:00
Joe
4b95418a7a
fix missing method
2023-02-09 12:05:02 +00:00
Joseph Cook
b98a762cc2
[website]: add info on `cache.preimages` to docs ( #26436 )
...
* + preimage to faq & note to GetModifiedAccount...
* Update docs/faq.md
* Apply suggestions from code review
Co-authored-by: Joseph Cook <33655003+jmcook1186@users.noreply.github.com>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2023-01-05 14:45:45 +01:00
Paul Wackerow
381d1931d9
fixes broken link
...
double slash causing netlify build errors
2022-12-09 13:40:54 -08:00
Corwin Smith
0b9ff8b1e6
Create docs navigation sidebar ( #40 )
...
* crawl files and create directory tree for sidebar
* dropdown
* Working on dropdown links and styling
* setup header nav
* Styles
* DocumentNav sidebar done
* wrap up header sidebar
* setup top level nav
* update root level data and fix link bug
* doc links yaml
* nav links for docs
* remove character
* prettier
* fix build error
* MDX style
* Update src/components/UI/docs/DocsLinks.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
* Abstract LinksList component into its own file
* change requests
* AccordionButton styles
* AccordionButton styled
* fix broken links
* prettier
* prettier
* fix broken default code snippet
* fix accordion spacing
* fix gap at top of DocsNav lg
* fix but of persistent header link
* remove test content
* setup Notes and prettier
* rehype
* Note component
* Note font styling
* convert old notes to use component
* Breadcrumb cleanup and prettier
* MDXComponents -> MDComponent and documentation
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-30 21:06:59 -03:00
Joe
394f1b07e6
fix links and typos
2022-11-30 17:22:24 +00:00
Joe
01e0312c32
Merge branch 'master' of https://github.com/ethereum/geth-website
2022-11-30 10:45:54 +00:00
Joe
2d59711d13
standardize code snippets
2022-11-30 10:38:00 +00:00
Nicolás Quiroz
91dd04faa2
feat: All releases downloads ( #46 )
...
* chore: update constants
* feat: add releases data utils
* chore: add fast-xml-parser
* chore: update types
* feat: fetch & parse all releases data
* chore: update utils
* wip: use real data on DataTable
* chore: update yarn.lock
* fix: getReleaseCommitHash
* feat: filter data per downloads tab
* chore: update DownloadsTable
* chore: update DownloadsTable Props
* fix: getReleaseArch.ts
* feat: add fetchXMLData util
* feat: add fetchLatestReleaseCommit util
* feat: add getSortedReleases util
* chore: comment wip primary release feature
* fix: fetchXMLData
* chore: add netlify.toml
* fix: total number of releases count
* fix: center showing latest releases text and use smaller font
* chore: prettier
* chore: update textStyles
* fix: merge conflicts
2022-11-29 15:29:52 -03:00
Joe
7af02a2d04
update tracing docs
2022-11-28 15:17:25 +00:00
Joe
d37b803f62
add page ids
2022-11-25 17:34:46 +00:00
Joe
dd4929f40d
various content updates
2022-11-25 14:43:48 +00:00
Corwin Smith
10a0a3680a
setup template to render for docs
2022-11-13 22:03:06 -07:00