Commit Graph

39 Commits

Author SHA1 Message Date
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
Ardis Lu
3c41789451 website: fix typos 2023-08-14 11:26:51 +08:00
Joseph Cook
5cc042aa24
Apply suggestions from code review
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2023-06-29 15:20:10 +01:00
Joe
e014d3551f remove some ethash info from docs 2023-06-26 14:16:31 +01:00
Sina Mahmoodi
4bd8f642fb
website: docs for eth_getHeaderBy* methods (#27355)
rpc: add eth_getHeaderBy* method docs
2023-05-29 08:48:01 -04:00
Delweng
1afde8ffda
website: add jsonrpc: "2.0" in requests (#27284) 2023-05-16 18:41:47 +02:00
Sina Mahmoodi
80f1d1ca18
website: note about state in graphql (#27211)
graphql: add note about state
2023-05-04 06:59:40 -04:00
Joseph Cook
72e1c4246b
[website]: rm duplicated note, fix typo (#26959)
rm duplicated note, fix typo
2023-03-23 09:57:49 -04: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
00597017a5
feat: Add Do-not-Track link (#26833)
* chore: prettier

* chore: update .env.local.example

* feat: add dnt link to Footer
2023-03-08 13:13:04 -03:00
Joseph Cook
42b4f501c1
[website]: improve rpc navbar layout (#26705)
* improve rpc navbar layout

* move ns_personal info to single file

* add redirect
2023-02-23 17:42:10 +01:00
Joseph Cook
ad45cd99ec
update personal namespace notes (#26664)
small updates to notes now that personal namespace is deprecated.
2023-02-15 05:10:15 -05: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
poolpitako
c9948319c1
website: fix typo (#26560) 2023-01-27 06:11:18 -05:00
Nicolás Quiroz
86491c66bb chore: prettier 2023-01-16 16:49:25 -03:00
Alfie John
5f951c299c
[website] more minor fixes (#26471)
* Fix typo

* Moving JSON examples to json highlighting

* Align braces

* Fixing formatting to follow every other example
2023-01-11 05:03:19 -05:00
Alfie John
33a9231a14
docs: grammar fixes (#26463)
* Tiny grammar fix

* Fix formatting
2023-01-10 09:49:23 +01: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
Nicolás Quiroz
41d700ff8d fix: /docs/tools/clef/introduction link 2022-12-19 22:38:28 -03:00
Corwin Smith
23d5653d53
Merge pull request #171 from ethereum/fjl/content-fixes-1
Fixes from content review
2022-12-18 22:36:02 -07:00
Sam Richards
8b0d037f6a
Fix broken docs links (#175)
* Fix broken docs links

* Update docs/fundamentals/backup-restore.md

Co-authored-by: Corwin Smith <cssmittys@gmail.com>

Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2022-12-15 19:18:59 -03:00
Felix Lange
0378ccbe80 docs: remove interacting-with-geth/rpc/objects 2022-12-15 12:54:30 +01:00
Corwin Smith
42248dcedf
[bug] right side navigation menu is not being rendered ok in some cases (#146)
* dont render DocumentNav if there are no headings on a page

* Fix layout of elements in [...slug].tsx

* fix header

* fix span overflow

* prettier

* fix: missing white-space on pre tags

* fix: parsedHeadings bug

Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
2022-12-13 10:23:26 -03: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
f171743fe9 fix snippet 2022-11-28 12:34:27 +00:00
Joe
d71f885aec add page on ns_personal deprecation 2022-11-28 12:22:12 +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
5c949d0869 fix a bunch of paths 2022-11-17 12:50:52 -07:00
Corwin Smith
14900bcdfa fix build issues 2022-11-13 22:40:42 -07:00
Corwin Smith
10a0a3680a setup template to render for docs 2022-11-13 22:03:06 -07:00