Sina M
0252701b35
docs: add page on using geth as a library ( #33825 )
...
Adds a page describing how to use geth as a library
2026-02-16 14:20:46 +01:00
Sina M
258c573ac2
Website: add arm64 build to downloads page ( #33418 )
...
Fixes #33268
---------
Co-authored-by: lightclient <lightclient@protonmail.com>
2025-12-15 14:23:58 -07:00
rjl493456442
e0acdcc037
docs: add documentation for archive node ( #32147 )
2025-07-05 08:05:43 +08:00
shazam8253
48e72276c3
added history pruning to docs ( #32079 )
...
Co-authored-by: shantichanal <158101918+shantichanal@users.noreply.github.com>
2025-06-24 21:20:28 +08:00
Corwin Smith
403ee36dec
fix: remove mac download from geth site ( #31555 )
...
- Removes mac download from /downloads page
- Removes mac download related content
- Removes mac download related code and assets
2025-04-04 15:02:07 +02:00
jwasinger
2f4ce03fc1
website: add abigen v2 tutorial page ( #31390 )
...
This adds an updated tutorial page for abigen v2, while also leaving the
v1 page (and adding a note about it being outdated).
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
2025-03-17 15:58:07 +01:00
Corwin Smith
5bf1c0ffdd
website: Remove h4 heading component and update document navigation
2025-03-07 11:04:18 +01:00
Corwin Smith
c05e2de963
website: Filter out h4 headings from document navigation
2025-03-06 18:03:39 +01:00
Corwin Smith
1255eba343
website: Simplify h4 heading component rendering
2025-03-06 17:59:27 +01:00
KillariDev
28196555af
docs: add eth_simulateV1 ( #30476 )
...
Adds documentation for `eth_simulateV1` RPC method that was included in
previous version
[v1.14.9](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.9 ).
---------
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2024-09-29 18:30:19 +02:00
Corwin Smith
0279a45a90
migrate to nextjs14
2024-08-28 20:39:48 -06:00
Sina M
8a47173856
website: add page on blsync ( #30057 )
...
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-06-25 15:16:40 +02:00
Sina M
4cf3f2d508
website: remove LES page ( #30055 )
...
les: remove page
2024-06-24 16:39:42 +02:00
Sina M
830aed0b72
website: new page on private networks via kurtosis ( #29923 )
2024-06-16 11:59:35 +02:00
Sina M
8787b06b4b
Website: add live tracing docs ( #29371 )
...
* tracing: add live tracing
* add to list of pages
* review fixes
2024-04-06 12:21:57 +02:00
Paul Wackerow
1b1ae77cc4
website: fix nested list margin ( #29373 )
...
fix: nested list margins
2024-03-28 12:11:28 +01:00
tylerapfledderer
3a77002882
fix(svgs/GlyphHome): fix fill color
2023-04-22 19:40:45 -04:00
tylerapfledderer
5f34d89871
fix(svgs/GopherHomeNodes): apply proper code for icon
2023-04-22 19:34:13 -04:00
tylerapfledderer
8d2289b084
refactor(components): trim syntax for icons, svgs.
2023-04-20 15:00:44 -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
Nicolás Quiroz
585658d080
feat: add scroll to DocumentNav when content has overflow ( #26885 )
...
* feat: add scroll to DocumentNav when content has overflow
* Update src/components/UI/docs/DocumentNav.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
---------
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2023-03-15 10:58:41 -03:00
Paul Wackerow
d5f9948a8e
[website]: Layout patch [Fixes 26420] ( #26878 )
...
[fix] search.css layout adjustment [Fixes #26420 ]
2023-03-14 07:18:14 -03: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
Felix Lange
1e9b122d49
move RPC namespaces one level higher
2023-02-27 10:16:14 +01: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
fe60795b57
[website]: add page on config files ( #26642 )
...
add page on config files
2023-02-15 05:12:39 -05:00
Joseph Cook
aec25b0bea
Merge pull request #26680 from ethereum/open-images-new-tab
...
feat: expand doc images on click
2023-02-14 12:36:49 +00:00
Tim Qian
9774349473
Update doc link background color when active
2023-02-14 20:31:02 +08:00
Joseph Cook
14cea2faa6
[website]: Adds page on understanding grafana dashboards ( #26617 )
...
* initial commit for dashboards page
* add info and docs-links
* finish draft of dashboards page
* fix typos
* rename img, bullets to bold font
* Apply suggestions from code review
* apply changes from review
* Update docs/monitoring/understanding-dashboards.md
Co-authored-by: Joseph Cook <33655003+jmcook1186@users.noreply.github.com>
---------
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2023-02-14 11:55:51 +08:00
Nicolás Quiroz
b5e8e6365f
chore: use Chakra Image
2023-02-13 20:21:41 -03:00
Nicolás Quiroz
dc6680f12f
feat: open images in new tab
2023-02-13 20:10:35 -03:00
Nicolás Quiroz
1b8ba9cf25
feat: add childrenIsAnImage util
2023-02-13 20:09:56 -03:00
Paul Wackerow
49e65e6407
[website] Highlight active docs section ( #26460 )
...
* Add functionality to have left navbar section open on page load
* highlight active section
* color change
---------
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2023-02-13 04:13:58 -05:00
Nicolás Quiroz
b933fdd2e5
[website] chore: update textStyles in DocsNav ( #26635 )
...
chore: update textStyles in DocsNav
2023-02-08 11:24:45 -03:00
Joseph Cook
81a36c65a1
[website]: add databases page to docs ( #26562 )
...
Adds page on the two databases (levelDB and ancients/freezer) used by Geth, plus a warning about unclean shutdowns.
2023-02-07 08:01:39 -05:00
Paul Wackerow
cd96919edd
[website] Fix document commit date fetch ( #26622 )
...
fix github api commits request
refactor using new URL() object format for readability
2023-02-06 17:02:03 -03:00
Paul Wackerow
dc5d16a399
[website] Update LAST_COMMIT_BASE_URL ( #26619 )
...
update last_commit_base_url to new repo
2023-02-06 13:33:35 -05:00
Joseph Cook
242a8422b7
[website]: remove docs pages on puppeth ( #26583 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-02-06 15:05:58 +01:00
Nicolás Quiroz
adeb7366dd
feat: add deprecation note on mobile builds
2023-02-03 16:26:32 -03:00
Nicolás Quiroz
01cda6c45a
chore: update Note component
2023-02-03 16:26:07 -03:00
Nicolás Quiroz
4cc54d9dae
feat: add BuildsDeprecationNote component
2023-02-03 16:25:42 -03:00
Nicolás Quiroz
962df8b5a3
fix: colorMode flashing issue
2023-01-17 14:37:37 -03:00
Nicolás Quiroz
6a45803ca8
chore: remove unused /api dir ( #26415 )
2023-01-04 13:09:03 -03:00
Paul Wackerow
01fd6e6f6b
[website] geth-website migration ( #26412 )
...
* feat: Add Matomo analytics (#199 )
* chore: update .env.local.example
* chore: update netlify.toml
* chore: matomo setup
* Fix broken rpc link (#203 )
Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
Co-authored-by: Sam Richards <sbrichards@gmail.com>
2023-01-04 11:16:45 -03:00
Paul Wackerow
b285c11671
Add missing redirect ( #197 )
...
* add missing redirect
* fix: contributing links
Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
2022-12-20 12:37:49 -03:00
Paul Wackerow
6e614142a1
fix hash-link bug with left docs nav ( #195 )
2022-12-20 10:20:20 -03:00
Corwin Smith
5a545a222a
Update src/components/UI/docs/DocsLinks.tsx
...
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-12-19 22:43:34 -07:00
Corwin Smith
d3e53af95f
Update src/components/UI/docs/DocsLinks.tsx
...
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-12-19 22:43:30 -07:00
Nicolás Quiroz
5f8fc1c2e1
chore: extract to variable
2022-12-19 22:39:51 -03:00
Nicolás Quiroz
df653f20e9
chore: prettier
2022-12-19 22:38:54 -03:00