From 4d7292e411bd7593114913529cd074f9a7c2cc4b Mon Sep 17 00:00:00 2001 From: sacha Date: Tue, 21 Sep 2021 17:06:29 +0200 Subject: [PATCH] More edits (#120) * Website update (#104) * Remove technical material from eth2 section + minor edits (#97) * Update team.yml * Update Nimbus docs * add newsletter to header, footer, and mobile * remove eth2-temp * add mamy's feedback * add donation address * fix github link, add page on fluffy * edit contribute message * Update fluffy.md (#112) Remove some outdated resources and small clean-up * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * update homepage (#115) * homepage edits * cp * update docs home * doc updates * doc updates * fix news links * edit Co-authored-by: Kim De Mey --- source/docs/eth1.md | 6 +++--- source/docs/eth2.md | 2 +- source/docs/fluffy.md | 5 +---- source/docs/libraries.md | 2 +- themes/navy/languages/en.yml | 4 ++-- themes/navy/layout/partial/header-nav.swig | 2 +- themes/navy/layout/partial/header.swig | 2 +- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/source/docs/eth1.md b/source/docs/eth1.md index c422c01..69fccac 100644 --- a/source/docs/eth1.md +++ b/source/docs/eth1.md @@ -1,9 +1,9 @@ --- id: eth1 -title: Execution layer client (eth1) +title: Execution layer (eth1) --- -While our core focus so far has been Ethereum 2, we are now devoting significant resources to our Ethereum 1 client. +While our core focus so far has been Ethereum 2 (consensus layer), we are now devoting significant resources to our Ethereum 1 client (execution layer). ## Quickstart @@ -24,6 +24,6 @@ make nimbus ./build/nimbus ``` -Nimbus will now run and attempt to synchronize with the Ethereum 1 blockchain. +Nimbus will now run and attempt to synchronize with the Ethereum blockchain. For a more complete overview see the [repository README](https://github.com/status-im/nimbus-eth1). diff --git a/source/docs/eth2.md b/source/docs/eth2.md index f0405e2..6db5120 100644 --- a/source/docs/eth2.md +++ b/source/docs/eth2.md @@ -1,6 +1,6 @@ --- id: eth2 -title: Consensus layer client (eth2) +title: Consensus layer (eth2) --- Depending on your objective, there are various ways to run Nimbus in [Ethereum 2 mode](https://github.com/status-im/nimbus-eth2). diff --git a/source/docs/fluffy.md b/source/docs/fluffy.md index e57f95c..c784f3a 100644 --- a/source/docs/fluffy.md +++ b/source/docs/fluffy.md @@ -7,15 +7,12 @@ Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the ethereum light client, and develop a practical and functional light client experience. -Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the Portal Network. - -In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience. In particular, our aim is to work together with the EF to develop a new set of Ethereum protocols alongside the existing Eth protocol that will specifically serve this new way of accessing Ethereum data. The overarching goal is to provide a mode of operation for Ethereum that serves common usage patterns, as opposed to keeping track of the full state at all times, as current clients do. -What we are talking about building here is the perfect client for a wallet. An ultra-light client that contributes to the network and does not require syncing (i.e. is immediately usable from a fresh install or after being offline). +What we are talking about building here is **the perfect client for a wallet. An ultra-light client that contributes to the network and does not require syncing** (i.e. is immediately usable from a fresh install or after being offline). As such, one of the end goals for us is to embed this sort of client directly inside the Status app. diff --git a/source/docs/libraries.md b/source/docs/libraries.md index 3294b71..aebaa29 100644 --- a/source/docs/libraries.md +++ b/source/docs/libraries.md @@ -3,7 +3,7 @@ id: libraries title: Explore our libraries --- -In addition to our [eth1](https://github.com/status-im/nimbus-eth1) and [eth2](https://github.com/status-im/nimbus-eth2) clients we have developed several high-quality libraries (the product of our ethereum work in Nim) These include: +In addition to our [eth1](https://github.com/status-im/nimbus-eth1) (execution layer) and [eth2](https://github.com/status-im/nimbus-eth2) (consensus layer) clients we have developed several high-quality libraries (the product of our ethereum work in Nim) These include: - Nim libp2p: https://github.com/status-im/nim-libp2p diff --git a/themes/navy/languages/en.yml b/themes/navy/languages/en.yml index 484a468..95022af 100644 --- a/themes/navy/languages/en.yml +++ b/themes/navy/languages/en.yml @@ -21,8 +21,8 @@ sidebar: docs: Nimbus: Nimbus introduction: What Is Nimbus? - eth1: Execution layer (eth1) client - eth2: Consensus layer (eth2) client + eth1: Execution layer + eth2: Consensus layer fluffy: Fluffy libraries: Software Libraries milestones: Milestones diff --git a/themes/navy/layout/partial/header-nav.swig b/themes/navy/layout/partial/header-nav.swig index ee84e55..8f1df18 100644 --- a/themes/navy/layout/partial/header-nav.swig +++ b/themes/navy/layout/partial/header-nav.swig @@ -3,6 +3,6 @@
  • Contribute
  • Team
  • Docs
  • -
  • News
  • +
  • News
  • Newsletter
  • diff --git a/themes/navy/layout/partial/header.swig b/themes/navy/layout/partial/header.swig index 1ebffdb..f112051 100644 --- a/themes/navy/layout/partial/header.swig +++ b/themes/navy/layout/partial/header.swig @@ -18,7 +18,7 @@