From 44e066243b71f48eacec37de953f99f8b5b48cf5 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:57:32 +0200 Subject: [PATCH] update homepage (#15) * Update snapshot.md * Update index.tsx * Update docusaurus.config.js * Update docusaurus.config.js * upd docusaurus.config.js --------- Co-authored-by: Influenzo <52459025+vasylcode@users.noreply.github.com> --- docusaurus.config.js | 10 +++++++--- src/components/HomepageFeatures/index.tsx | 19 +++++++------------ 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5b44a81..e841e84 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula"); /** @type {import('@docusaurus/types').Config} */ const config = { title: "NODES WIKI", - tagline: "your nodes troubleshooter.", + tagline: "your nodes assistant.", favicon: "img/favicon.svg", url: "https://wiki.f5nodes.com", baseUrl: "/", @@ -74,7 +74,7 @@ const config = { type: "doc", docId: "intro", position: "left", - label: "Intro", + label: "Introduction", }, { href: "https://github.com/f5nodes/wiki", @@ -93,13 +93,17 @@ const config = { title: "Docs", items: [ { - label: "Intro", + label: "Introduction", to: "/intro", }, { label: "Celestia", to: "/category/celestia", }, + { + label: "ZetaChain", + to: "/zetachain", + }, ], }, { diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 57a368b..16a5ce2 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -10,34 +10,29 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: "Always relevant Info", + title: "Open-Source Knowledge", Svg: require("@site/static/img/undraw1.svg").default, description: ( <> - Nodes Wiki provides an up-to-date information on blockchain nodes. Our community-driven platform allows - anyone to contribute by adding their own info, ensuring that the platform remains comprehensive and - relevant. + Being open-source, Nodes Wiki invites contributions from across the globe, ensuring a rich and dynamic repository of content that benefits everyone. ), }, { - title: "What for?", + title: "Up-to-date Information", Svg: require("@site/static/img/undraw2.svg").default, description: ( <> - If you're experiencing issues with your nodes, Nodes Wiki is here to help. The platform provides a variety - of solutions to all types of problems. + Nodes Wiki is committed to keeping you at the forefront, with timely updates reflecting the latest developments and useful resources. ), }, { - title: "Easy to Use", + title: "Validator-Driven Content", Svg: require("@site/static/img/undraw3.svg").default, description: ( <> - Nodes Wiki is user-friendly and easy to navigate, with simple scripts that make it easy for users of all - skill levels to find the information they need, including scripts for installing and updating nodes, - downloading snapshots, adding live peers, and finding public endpoints. + With content sourced and scrutinized by some of the most active validators in the blockchain world, Nodes Wiki stands as a beacon of reliable and expert-backed information. ), }, @@ -50,7 +45,7 @@ function Feature({ title, Svg, description }: FeatureItem) {
-

{title}

+

{title}

{description}