chore: update metadata
This commit is contained in:
parent
ee4a93d34c
commit
25e54014a5
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: About
|
||||
title: Client Diversity and Network Decentralisation For Ethereum
|
||||
description: Nimbus is a suite of Ethereum client implementations designed to be as lightweight, easy to use, and adaptive as possible.
|
||||
sidebar_position: 1
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ require('dotenv').config()
|
|||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Nimbus',
|
||||
title: 'Nimbus | Light and High-Performing Ethereum Clients',
|
||||
url: 'https://nimbus.team/',
|
||||
baseUrl: '/',
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Join the community
|
||||
title: Join the Community
|
||||
description: If you're part of a staking pool, an individual node operator, or interested in seeing Ethereum stay decentralised, there's a place for you in our community.
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
displayed_sidebar: null
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Join Us
|
||||
description: View open positions to work with the Nimbus team.
|
||||
hide_title: true
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Light and high-performing Ethereum clients
|
||||
description: Run Nimbus on lightweight devices or enterprise-grade servers with equal ease. Trusted by solo stakers and institutional node operators alike.
|
||||
description: Nimbus is trusted by a diverse set of node operators, including solo stakers, professional node operators, emerging liquid staking protocols, and projects.
|
||||
---
|
||||
|
||||
import {
|
||||
|
@ -25,6 +24,11 @@ import {
|
|||
|
||||
import { Button } from '@acid-info/lsd-react'
|
||||
|
||||
<head>
|
||||
<title>Nimbus | Light and High-Performing Ethereum Clients</title>
|
||||
</head>
|
||||
|
||||
|
||||
<Hero size="large" verticalAlign="center">
|
||||
<HeroInfo hideScrollToBottom>
|
||||
<HeroTitle uppercase={false}>
|
||||
|
|
Loading…
Reference in New Issue