Merge pull request 'updated v4' (!33) from development_v4 into development

Reviewed-on: #33
This commit is contained in:
mik-tf 2024-11-13 18:31:51 +00:00
commit ff741e6ff1
3 changed files with 20 additions and 16 deletions

View File

@ -3,12 +3,12 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'ThreeFold V4',
tagline: 'Self-Healing Data, Network & Cloud Platform',
title: 'Project Mycelium',
tagline: 'Self-Healing Data, Network & Cloud',
favicon: 'img/logo_blue.svg',
// Set the production url of your site here
url: 'https://docs.threefold.info',
url: 'https://docs.projectmycelium.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '',
@ -16,7 +16,7 @@ const config: Config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'git.ourworld.tf/tftech', // Usually your GitHub org/user name.
projectName: 'docs_tfgrid4', // Usually your repo name.
projectName: 'docs_projectmycelium', // Usually your repo name.
trailingSlash: false,
onBrokenLinks: 'throw',
@ -94,7 +94,7 @@ const config: Config = {
// Replace with your project's social card
image: 'img/threefold-social-card.png',
navbar: {
title: 'ThreeFold V4',
title: 'Project Mycelium',
logo: {
alt: 'ThreeFold Logo',
src: 'img/logo.svg',
@ -113,8 +113,8 @@ const config: Config = {
position: 'left',
},
{
href: 'https://threefold.io',
label: 'ThreeFold.io',
href: 'https://projectmycelium.io',
label: 'ProjectMycelium.io',
position: 'right',
},
],
@ -180,6 +180,10 @@ const config: Config = {
{
title: 'Links',
items: [
{
label: 'ProjectMycelium.io',
href: 'https://projectmycelium.io',
},
{
label: 'ThreeFold.io',
href: 'https://threefold.io',
@ -191,7 +195,7 @@ const config: Config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} ThreeFold`,
copyright: `Copyright © ${new Date().getFullYear()} Project Mycelium - ThreeFold`,
},
prism: {
theme: prismThemes.github,

View File

@ -12,31 +12,31 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{ scale: 1.0,
fill:"currentColor",
title: 'Part of a Worldwide Grid',
title: 'Building Web 4',
Svg: require('@site/static/img/clouds.svg').default,
description: (
<>
Discover the ThreeFold Grid, available in 60+ countries with thousands of nodes!
Laying the groundwork for Web 4, the next generation of the Internet.
</>
),
},
{ scale: 1.0,
fill:"currentColor",
title: 'Get ThreeFold Nodes',
title: 'Mycelium Network',
Svg: require('@site/static/img/nodes.svg').default,
description: (
<>
Get ThreeFold nodes to provide data, cloud and network resources to the world.
Mycelium nodes, routers and phones create an end2end encrypted network.
</>
),
},
{ scale: 1.0,
fill:"currentColor",
title: 'Earn Rewards',
title: 'Community Rewards',
Svg: require('@site/static/img/rewards.svg').default,
description: (
<>
Deploy nodes and contribute to the growth of the ThreeFold Platform to earn rewards!
The $INCA token has a distribution aimed at community growth and expansion.
</>
),
},

View File

@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/introduction">
Explore the ThreeFold Platform
Explore the Mycelium Network
</Link>
</div>
</div>
@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
return (
<Layout
title={`Home`}
description="Self-Healing Data, Network & Cloud Platform">
description="Self-Healing Data, Network & Cloud">
<HomepageHeader />
<main>
<HomepageFeatures />