diff --git a/README.md b/README.md
index afdaab9c..7058c4b8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Welcome to F5 Wiki
+# Welcome to Nodes Wiki
-F5 Wiki is an open-source documentation platform for blockchain projects and their nodes. It is designed to provide always-relevant information to help users solve node-related problems and issues.
+Nodes Wiki is an open-source documentation platform for blockchain projects and their nodes. It is designed to provide always-relevant information to help users solve node-related problems and issues.
## Getting Started
diff --git a/docs/intro.md b/docs/intro.md
index 81b1bf95..aa7135d6 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -4,10 +4,10 @@ sidebar_position: 1
# Introduction
-## What is F5 Wiki?
+## What is Nodes Wiki?
-F5 Wiki is an open-source documentation platform that focuses on providing up-to-date information and solutions related to blockchain nodes. It is a community-driven project that encourages contributions from users around the world, which means that anyone can contribute by adding their own bugs and errors, as well as the solutions they have discovered. The platform is designed to be user-friendly and easy to navigate. F5 Wiki aims to provide always-relevant information to help users solve their node issues quickly and efficiently.
+Nodes Wiki is an open-source documentation platform that focuses on providing up-to-date information and solutions related to blockchain nodes. It is a community-driven project that encourages contributions from users around the world, which means that anyone can contribute by adding their own bugs and errors, as well as the solutions they have discovered. The platform is designed to be user-friendly and easy to navigate. Nodes Wiki aims to provide always-relevant information to help users solve their node issues quickly and efficiently.
## Need assistance?
-If you need assistance with using F5 Wiki or have any questions, please don't hesitate to reach out to [our community](https://t.me/f5nodeschat). We have a dedicated team of moderators who are always ready to help and answer any questions you may have. Additionally, you can also contribute to the platform by adding your own bugs and solutions, helping to improve the quality of information available to everyone.
+If you need assistance with using Nodes Wiki or have any questions, please don't hesitate to reach out to [our community](https://t.me/f5nodeschat). We have a dedicated team of moderators who are always ready to help and answer any questions you may have. Additionally, you can also contribute to the platform by adding your own bugs and solutions, helping to improve the quality of information available to everyone.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4df52605..4b04bba6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -51,8 +51,8 @@ const config = {
id: "lets_contribute",
content:
'Let\'s build something great together! Check out the github page for ways to contribute.',
- backgroundColor: "white",
- textColor: "black",
+ backgroundColor: "var(--ifm-color-emphasis-300)",
+ textColor: "white",
isCloseable: true,
},
diff --git a/package.json b/package.json
index 4179aa60..167b98f6 100644
--- a/package.json
+++ b/package.json
@@ -1,46 +1,38 @@
{
- "name": "f5wiki",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "docusaurus": "docusaurus",
- "start": "docusaurus start",
- "build": "docusaurus build",
- "swizzle": "docusaurus swizzle",
- "deploy": "docusaurus deploy",
- "clear": "docusaurus clear",
- "serve": "docusaurus serve",
- "write-translations": "docusaurus write-translations",
- "write-heading-ids": "docusaurus write-heading-ids",
- "typecheck": "tsc"
- },
- "dependencies": {
- "@docusaurus/core": "2.3.1",
- "@docusaurus/preset-classic": "2.3.1",
- "@mdx-js/react": "^1.6.22",
- "clsx": "^1.2.1",
- "prism-react-renderer": "^1.3.5",
- "react": "^17.0.2",
- "react-dom": "^17.0.2"
- },
- "devDependencies": {
- "@docusaurus/module-type-aliases": "2.3.1",
- "@tsconfig/docusaurus": "^1.0.5",
- "typescript": "^4.7.4"
- },
- "browserslist": {
- "production": [
- ">0.5%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "engines": {
- "node": ">=16.14"
- }
+ "name": "f5wiki",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "docusaurus": "docusaurus",
+ "start": "docusaurus start",
+ "build": "docusaurus build",
+ "swizzle": "docusaurus swizzle",
+ "deploy": "docusaurus deploy",
+ "clear": "docusaurus clear",
+ "serve": "docusaurus serve",
+ "write-translations": "docusaurus write-translations",
+ "write-heading-ids": "docusaurus write-heading-ids",
+ "typecheck": "tsc"
+ },
+ "dependencies": {
+ "@docusaurus/core": "2.3.1",
+ "@docusaurus/preset-classic": "2.3.1",
+ "@mdx-js/react": "^1.6.22",
+ "clsx": "^1.2.1",
+ "prism-react-renderer": "^1.3.5",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
+ },
+ "devDependencies": {
+ "@docusaurus/module-type-aliases": "2.3.1",
+ "@tsconfig/docusaurus": "^1.0.5",
+ "typescript": "^4.7.4"
+ },
+ "browserslist": {
+ "production": [">0.5%", "not dead", "not op_mini all"],
+ "development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
+ },
+ "engines": {
+ "node": ">=16.14"
+ }
}
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index f3cb964c..57a368b8 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -3,70 +3,70 @@ import clsx from "clsx";
import styles from "./styles.module.css";
type FeatureItem = {
- title: string;
- Svg: React.ComponentType>;
- description: JSX.Element;
+ title: string;
+ Svg: React.ComponentType>;
+ description: JSX.Element;
};
const FeatureList: FeatureItem[] = [
- {
- title: "Always relevant Info",
- Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
- description: (
- <>
- F5 Wiki provides an up-to-date information on blockchain nodes. Our community-driven
- platform allows anyone to contribute by adding their own bugs and solutions, ensuring that the platform
- remains comprehensive and relevant.
- >
- ),
- },
- {
- title: "What for?",
- Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
- description: (
- <>
- If you're experiencing issues with your nodes, F5 Wiki is here to help. The platform provides a variety
- of solutions to all types of problems.
- >
- ),
- },
- {
- title: "Easy to Use",
- Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
- description: (
- <>
- F5 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.
- >
- ),
- },
+ {
+ title: "Always relevant Info",
+ 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.
+ >
+ ),
+ },
+ {
+ title: "What for?",
+ 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.
+ >
+ ),
+ },
+ {
+ title: "Easy to Use",
+ 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.
+ >
+ ),
+ },
];
function Feature({ title, Svg, description }: FeatureItem) {
- return (
-