Skip to content

Commit

Permalink
name & img changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylcode authored Sep 9, 2023
1 parent ad0e248 commit a153504
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 495 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const config = {
id: "lets_contribute",
content:
'Let\'s build something great together! Check out the <a target="_blank" rel="noopener noreferrer" href="https://github.com/f5nodes/wiki">github</a> page for ways to contribute.',
backgroundColor: "white",
textColor: "black",
backgroundColor: "var(--ifm-color-emphasis-300)",
textColor: "white",
isCloseable: true,
},

Expand Down
80 changes: 36 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
114 changes: 57 additions & 57 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,70 +3,70 @@ import clsx from "clsx";
import styles from "./styles.module.css";

type FeatureItem = {
title: string;
Svg: React.ComponentType<React.ComponentProps<"svg">>;
description: JSX.Element;
title: string;
Svg: React.ComponentType<React.ComponentProps<"svg">>;
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 (
<div className={clsx("col col--4")}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
<div className="text--center padding-horiz--md">
<h3>{title}</h3>
<p>{description}</p>
</div>
</div>
);
return (
<div className={clsx("col col--4")}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
<div className="text--center padding-horiz--md">
<h3>{title}</h3>
<p>{description}</p>
</div>
</div>
);
}

export default function HomepageFeatures(): JSX.Element {
return (
<section className={styles.features}>
<div className="container">
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
</div>
</div>
</section>
);
return (
<section className={styles.features}>
<div className="container">
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
</div>
</div>
</section>
);
}
6 changes: 3 additions & 3 deletions static/img/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a153504

Please sign in to comment.