Commit Graph

47 Commits

Author SHA1 Message Date
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
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
Joe
c29f890ca7 add instruction to update authrpc.port in priv-netwk 2023-01-04 11:51:42 +00:00
Joe
4464c02b89 update README and contributing page 2023-01-04 11:24:37 +00: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
Nicolás Quiroz
bc1bdfbb44 fix: private network path 2022-12-20 10:15:04 -03:00
Nicolás Quiroz
dd79917378 fix: private network path 2022-12-20 10:03:21 -03:00
Nicolás Quiroz
5973cf8cd5 fix: rename docs/tools/clef/introduction file 2022-12-19 22:45:31 -03:00
Nicolás Quiroz
aaf7da24c5 fix: Clef links 2022-12-19 22:43:32 -03:00
Nicolás Quiroz
41d700ff8d fix: /docs/tools/clef/introduction link 2022-12-19 22:38:28 -03:00
Corwin Smith
6f20d4fdfc
Merge pull request #178 from ethereum/pagination
add some basic pagination to landing pages
2022-12-19 15:43:10 -07:00
Paul Wackerow
eec473187d
remove extra whitespace 2022-12-19 22:56:40 +01: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
Joe
a98b52709f add some basic pagination to landing pages 2022-12-16 11:23:34 +00: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
Joseph Cook
0051501bc5
docs: move some pages (#169)
Moves a few pages to new locations based on feedback from Geth team.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-12-15 18:19:38 +01:00
Felix Lange
72935be0eb docs: remove extra heading in fundamentals/index 2022-12-15 12:55:11 +01:00
Felix Lange
1b3640a839 docs: fix typos on index page 2022-12-15 12:54:57 +01:00
Felix Lange
0378ccbe80 docs: remove interacting-with-geth/rpc/objects 2022-12-15 12:54:30 +01:00
Joe
362b58bd8a minor formatting fixes 2022-12-13 13:30:30 +00: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
Corwin Smith
f58ed4dfd1
Merge pull request #148 from ethereum/link-bug-fix
Fix double slash in url
2022-12-12 18:19:57 +01:00
Joe
e105ef421c Merge branch 'master' of https://github.com/ethereum/geth-website 2022-12-12 14:06:21 +00:00
Joe
03950edcc1 fix typo 2022-12-12 14:06:19 +00:00
Marius van der Wijden
61214ee283
Update code-review-guidelines.md
Removing this whitespace might make the final page look cleaner (Not as much whitespace between terminology and process)
2022-12-12 14:55:23 +01:00
Marius van der Wijden
50254f6e80
Update contributing.md 2022-12-12 13:50:07 +01:00
Paul Wackerow
381d1931d9
fixes broken link
double slash causing netlify build errors
2022-12-09 13:40:54 -08:00
Joe
9d3be9b1d6 Merge branch 'master' of https://github.com/ethereum/geth-website 2022-12-06 11:14:19 +00:00
Joe
e983c7e64d update redirects and fix line break on cli page 2022-12-06 11:14:17 +00:00
Paul Wackerow
41069b3d10
fix broken links (#103) 2022-12-02 14:58:46 -03:00
Joshua
5a2a3eeacc
Fix typo (#101) 2022-12-01 15:30:56 -03:00
Joshua
27769604a3 Fix Ethereum and GitHub typos 2022-12-01 11:20:38 +00: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
fc52cc75e4 fix link and make image work w darkmode 2022-11-30 20:23:04 +00: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
7c3690465d Merge branch 'master' into setupDocs 2022-11-17 09:46:41 -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