From 4abc905763b7c1ebd054a7964013e1fa10d0cb6c Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sat, 9 Sep 2023 18:49:16 +0200 Subject: [PATCH 1/5] Update snapshot.md --- docs/zetachain/sync/snapshot.md | 72 +++++++++------------------------ 1 file changed, 20 insertions(+), 52 deletions(-) diff --git a/docs/zetachain/sync/snapshot.md b/docs/zetachain/sync/snapshot.md index 35831a99..6bab699d 100644 --- a/docs/zetachain/sync/snapshot.md +++ b/docs/zetachain/sync/snapshot.md @@ -29,65 +29,33 @@ sudo systemctl restart zetacored && sudo journalctl -u zetacored -f A list of Snapshots you can use: -
- F5 Nodes -
- - url here -
-
- - -
- Polkachu -
- - https://snapshots.polkachu.com/testnet-snapshots/zetachain/zetachain_1514635.tar.lz4 -
-
- - -
- NodeJumper -
- - https://snapshots-testnet.nodejumper.io/zetachain-testnet/athens_7001-1_2023-09-07.tar.lz4 -
-
- - -
- NodeStake -
- - https://ss-t.zeta.nodestake.top/2023-09-04_zeta_1474991.tar.lz4 -
-
+F5 Nodes +```md +url here +``` -
- kjnodes -
+NodeJumper +```md +https://snapshots-testnet.nodejumper.io/zetachain-testnet +``` - https://snapshots.kjnodes.com/zetachain-testnet/snapshot_latest.tar.lz4 -
-
+NodeStake +```md +https://ss-t.zeta.nodestake.top +``` -
- ITRocket -
- https://testnet-files.itrocket.net/zetachain/snap_zetachain.tar.lz4 -
-
+kjnodes +```md +https://snapshots.kjnodes.com/zetachain-testnet/snapshot_latest.tar.lz4 +``` -
- Synergy Nodes -
+ITRocket +```md +https://testnet-files.itrocket.net/zetachain/snap_zetachain.tar.lz4 +``` - http://snapshots.synergynodes.com/zetachain_testnet/zetachain_testnet_1512989.tar.lz4 -
-
From 4e84f778a445e88a3a6f55adfd16733bf8e040cd Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:15:41 +0200 Subject: [PATCH 2/5] Update index.tsx --- src/components/HomepageFeatures/index.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 57a368b8..16a5ce2a 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}

From 210db2af3d9dcc9ffc26db399a918ab49c92690b Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:28:38 +0200 Subject: [PATCH 3/5] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5b44a81b..4c677878 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: "/", From 1e326fbea10252ed6d4fa6ec87d7c006342a830d Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:33:14 +0200 Subject: [PATCH 4/5] Update docusaurus.config.js --- docusaurus.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4c677878..d208cfb2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: "/category/zetachain", + }, ], }, { @@ -119,7 +123,7 @@ const config = { title: "More", items: [ { - label: "F5 Nodes", + label: "F5 Nodes Website", href: "https://f5nodes.com", }, { From da133e1977e55ce95ec4a1ca68803d6933ed2aff Mon Sep 17 00:00:00 2001 From: Influenzo <52459025+vasylcode@users.noreply.github.com> Date: Sat, 9 Sep 2023 16:55:38 -0600 Subject: [PATCH 5/5] upd docusaurus.config.js --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d208cfb2..e841e848 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -102,7 +102,7 @@ const config = { }, { label: "ZetaChain", - to: "/category/zetachain", + to: "/zetachain", }, ], }, @@ -123,7 +123,7 @@ const config = { title: "More", items: [ { - label: "F5 Nodes Website", + label: "F5 Nodes", href: "https://f5nodes.com", }, {