Commit Graph

21 Commits

Author SHA1 Message Date
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
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 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
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
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
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
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
Felix Lange fef80d6cfb
Update src/data/documentation-links.yaml
Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2022-12-17 00:06:59 +01: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 ebe8093a63 src/data: update some doc link names 2022-12-15 12:55:28 +01:00
Felix Lange 0378ccbe80 docs: remove interacting-with-geth/rpc/objects 2022-12-15 12:54:30 +01:00
Paul Wackerow 2ae5698622
Stylize active docs link [Fixes #74, Fixes #115] (#108)
* add bold for active docs link [Fixes #74]

* Add ::before indicator to active doc link

Removes bold styling per design

* Update documentation-links.yaml

Makes it so `id` is paired with either a `to` field OR a list of `items` but not both

* Updates hover styling for left docs nav

* clean up styling

Removes remaining underlines from links styled as buttons. Cleans up logic for conditionally showing the ::before pseudo element. Makes the ::before indicator slightly larger.

* tweak ::before indicator styling

* tweak ::before indicator styling
2022-12-05 12:13:47 -03: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
Nicolás Quiroz b04fd9206f
feat: OpenPGP Signatures data (#67)
* chore: remove test data

* chore: update constants

* chore: update types

* chore: update code-bg dark color

* feat: use real data for OpenPGP Signatures table

* chore: remove unused types

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-30 10:37:59 -03: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
Nicolás Quiroz 8477cc30c4 feat: homepage desktop layout & header component 2022-10-25 19:10:19 -05:00
Corwin Smith ee2e2916b7 test pgp data 2022-10-08 16:37:55 -06:00
Corwin Smith 468c17d90b update test data 2022-10-08 14:32:07 -06:00
Corwin Smith ac622c103d add test data and table styles 2022-10-07 18:37:57 -06:00