chore: copy and package updates

This commit is contained in:
jinhojang6 2024-02-15 19:52:01 +09:00
parent 5baaeb512a
commit 5a96a2d506
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
3 changed files with 32 additions and 42 deletions

View File

@ -15,7 +15,7 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.5", "@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.6",
"@docusaurus/core": "2.4.1", "@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1", "@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1", "@docusaurus/theme-mermaid": "^2.4.1",

View File

@ -29,12 +29,11 @@ import {
Light and High Performing Ethereum Clients Light and High Performing Ethereum Clients
</HeroTitle> </HeroTitle>
<HeroDescription> <HeroDescription>
Run Nimbus on lightweight devices or enterprise-grade servers with equal Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and node operators alike.
ease and peace of mind. Trusted by solo stakers and node operators alike.
</HeroDescription> </HeroDescription>
<HeroActions> <HeroActions>
<HeroAction variant="outlined" href="/about"> <HeroAction variant="outlined" href="/about">
Get Involved Learn more
</HeroAction> </HeroAction>
</HeroActions> </HeroActions>
</HeroInfo> </HeroInfo>
@ -51,7 +50,7 @@ import {
<ShowcaseCard <ShowcaseCard
index={1} index={1}
name="Consensus Client" name="Consensus Client"
description="Use Nimbus today to monitor the beacon chain and join the network as a validator." description="Monitor the beacon chain and join the network as a validator."
borderStyle="none" borderStyle="none"
cta={{ cta={{
label: 'Read more', label: 'Read more',
@ -64,7 +63,7 @@ import {
<ShowcaseCard <ShowcaseCard
index={2} index={2}
name="Verified Web3 Proxy" name="Verified Web3 Proxy"
description="Enables you to independently verify data received from RPC endpoints." description="Independently verify data received from RPC endpoints and add a layer of protection."
borderStyle="none" borderStyle="none"
cta={{ cta={{
label: 'Read more', label: 'Read more',
@ -77,7 +76,7 @@ import {
<ShowcaseCard <ShowcaseCard
index={3} index={3}
name="Portal Client" name="Portal Client"
description="An ultra-light client that contributes to the network and does not require syncing." description="An ultra-light client that contributes to the network and immediately usable from a fresh install."
borderStyle="none" borderStyle="none"
cta={{ cta={{
label: 'Read more', label: 'Read more',
@ -90,7 +89,7 @@ import {
<ShowcaseCard <ShowcaseCard
index={4} index={4}
name="Execution Client" name="Execution Client"
description="A lightweight execution layer client to complement the consensus layer. [coming soon]" description="A lightweight execution layer client to complement the consensus client - coming soon."
borderStyle="none" borderStyle="none"
cta={{ cta={{
label: 'Read more', label: 'Read more',
@ -114,23 +113,19 @@ import {
features={[ features={[
{ {
title: 'Easy to use', title: 'Easy to use',
description: description: <>Nimbus offers a simple and easy to use consensus layer client that combines beacon node and validator client in one, or the flexibility to run the two independently. Get up and running quickly using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>
'Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly using this simple guide.',
}, },
{ {
title: 'Lightweight', title: 'Lightweight',
description: description: "Nimbus' low resource footprint makes it an attractive option for solo stakers. Institutional node operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress."
'A low resource footprint makes Nimbus an attractive option for solo stakers and distributed validators. Institutional operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress.',
},
{
title: 'Secure',
description:
'Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group.',
}, },
{ {
title: 'Resilient', title: 'Resilient',
description: description: "Nimbus offers the ability to connect the validator client with multiple beacon nodes, and the beacon node with multiple execution layer clients, creating redundancy and resilience in your setup."
'Nimbus boosts resilience with distributed keystore support for pairing with multiple Web3Signer servers. It also creates redundancy and resilience against downtime by supporting multiple Beacon Nodes.', },
{
title: 'Secure',
description: "Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group."
}, },
]} ]}
></FeatureList> ></FeatureList>
@ -139,34 +134,29 @@ import {
<Box top={{ xs: 144, lg: 216 }}> <Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection <CallToActionSection
title={ title="Get started"
description={
<> <>
Follow the detailed Run the Nimbus consensus client <br/>in one of three ways
<br />
step-by-step guide here
</> </>
} }
description={<>Run Nimbus in one of three setups</>}
border={false} border={false}
list={[ list={[
{ {
title: 'Simple setup', title: 'Simple setup',
description: description: "Setup the Nimbus Beacon Node with Validator client duties.",
'Run integrated Nimbus Beacon Node and Validator Client together.',
href: 'https://nimbus.guide/quick-start.html', href: 'https://nimbus.guide/quick-start.html',
target: '_blank', target: '_blank',
}, },
{ {
title: 'Beacon setup', title: 'Beacon setup',
description: description: "Use Nimbus Beacon Node with an alternative validator client.",
'Use Nimbus Beacon Node with an alternative validator client.',
href: 'https://nimbus.guide/quick-start.html', href: 'https://nimbus.guide/quick-start.html',
target: '_blank', target: '_blank',
}, },
{ {
title: 'Validator setup', title: 'Validator setup',
description: description: "Use Nimbus Validator client with an alternative Beacon Node.",
'Use Nimbus Validator Client with an alternative Beacon Node',
href: 'https://nimbus.guide/quick-start.html', href: 'https://nimbus.guide/quick-start.html',
target: '_blank', target: '_blank',
}, },
@ -182,6 +172,7 @@ import {
<CallToActionSection <CallToActionSection
columns={1} columns={1}
title="User Endorsements" title="User Endorsements"
ctaPosition="top"
border={false} border={false}
align="left" align="left"
description={ description={
@ -190,7 +181,6 @@ import {
But don't just take our word for it. But don't just take our word for it.
</span> </span>
} }
ctaPosition="top"
href="https://nimbus.team" href="https://nimbus.team"
label="Get Nimbus" label="Get Nimbus"
target="_blank" target="_blank"
@ -212,7 +202,7 @@ import {
<Grid.Item> <Grid.Item>
<ShowcaseCard <ShowcaseCard
name="DSRV" name="DSRV"
logoSrc="/logo/dsrv.svg" logoSrc="/logo/dsrv.svg"
logoSrcDark="/logo/dsrv.svg" logoSrcDark="/logo/dsrv.svg"
description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator not just solo stakers." description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator not just solo stakers."
borderStyle="none" borderStyle="none"
@ -328,7 +318,7 @@ import {
<CallToActionSection <CallToActionSection
columns={1} columns={1}
title="Free and open source" title="Free and open source"
description="We're building Nimbus as a common good with liberal licensing to allow for the widest deployment of Ethereum possible." description="Nimbus is being developed as a common good with liberal licensing to enable the broadest deployment of Ethereum possible."
border={false} border={false}
label="Get Nimbus" label="Get Nimbus"
align="center" align="center"

View File

@ -19,14 +19,14 @@
satori "^0.10.1" satori "^0.10.1"
sharp "^0.32.1" sharp "^0.32.1"
"@acid-info/logos-docusaurus-preset@^1.0.0-topic-nimbus.5": "@acid-info/logos-docusaurus-preset@^1.0.0-topic-nimbus.6":
version "1.0.0-topic-nimbus.5" version "1.0.0-topic-nimbus.6"
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-nimbus.5.tgz#2698b448909a3902e9dc476ee18ce09c986f0c0c" resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-nimbus.6.tgz#a4c20898946ac711729484f9612d31c5080ccf38"
integrity sha512-DVkrbiGzZUzvPYN6OYQWgaU91E0dNTgOc73i9KOUxeOQLBwJTTS8sYLd1SR/9DOLlPI2dSUJmO2bRAffbWYVbA== integrity sha512-wRm5FF/iH4CWaMkxjvgy6VRApBLeF9E4OWyG97c0xLteBb9858JoFK0KhO4L/fTNToAPR9M8ZDPNIoCK8EDmYA==
dependencies: dependencies:
"@acid-info/docusaurus-og" "1.0.0-alpha.131" "@acid-info/docusaurus-og" "1.0.0-alpha.131"
"@acid-info/logos-docusaurus-search-local" "1.0.0-alpha.111" "@acid-info/logos-docusaurus-search-local" "1.0.0-alpha.111"
"@acid-info/logos-docusaurus-theme" "1.0.0-topic-nimbus.5+c9cb2f7" "@acid-info/logos-docusaurus-theme" "1.0.0-topic-nimbus.6+c0e37aa"
"@docusaurus/core" "^2.4.1" "@docusaurus/core" "^2.4.1"
"@docusaurus/module-type-aliases" "^2.4.1" "@docusaurus/module-type-aliases" "^2.4.1"
"@docusaurus/preset-classic" "^2.4.1" "@docusaurus/preset-classic" "^2.4.1"
@ -54,10 +54,10 @@
"@easyops-cn/docusaurus-search-local" "^0.33.6" "@easyops-cn/docusaurus-search-local" "^0.33.6"
lodash "^4.17.21" lodash "^4.17.21"
"@acid-info/logos-docusaurus-theme@1.0.0-topic-nimbus.5+c9cb2f7": "@acid-info/logos-docusaurus-theme@1.0.0-topic-nimbus.6+c0e37aa":
version "1.0.0-topic-nimbus.5" version "1.0.0-topic-nimbus.6"
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-nimbus.5.tgz#2c4566217659a96208ca0d4bda33fd867a357c94" resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-nimbus.6.tgz#9663b6436e96591dec329e8eafdc76fc3f21d415"
integrity sha512-Chyx0w9n1CCEtC+ycI+DUZBZG+FfNDDAaI4XSKuC4qSnVeOJ0KoIF+SAv6TY0RdbDtiO7ATYODHW3fdNFwnkXA== integrity sha512-LqHRcKOQVDCmhyIF5WcCLZ7NzJylNm+GV6y94hNEIdUPGibnTb0lp2Dt4xo7OXFAzK6cXHhSqzI3cEgIxEwhqg==
dependencies: dependencies:
"@acid-info/docusaurus-og" "1.0.0-alpha.131" "@acid-info/docusaurus-og" "1.0.0-alpha.131"
"@acid-info/lsd-react" "^0.1.0-beta.1" "@acid-info/lsd-react" "^0.1.0-beta.1"