From 5eb1e47a6e3722883e50736b523c827d43c0285f Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 13 Nov 2024 13:30:42 -0500 Subject: [PATCH] updated v4 --- docs_website/docusaurus.config.ts | 20 +++++++++++-------- .../src/components/HomepageFeatures/index.tsx | 12 +++++------ docs_website/src/pages/index.tsx | 4 ++-- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts index b454fc7..2f52704 100644 --- a/docs_website/docusaurus.config.ts +++ b/docs_website/docusaurus.config.ts @@ -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 // pathname under which your site is served // For GitHub pages deployment, it is often '//' 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, diff --git a/docs_website/src/components/HomepageFeatures/index.tsx b/docs_website/src/components/HomepageFeatures/index.tsx index 93db9ed..40a7968 100644 --- a/docs_website/src/components/HomepageFeatures/index.tsx +++ b/docs_website/src/components/HomepageFeatures/index.tsx @@ -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. ), }, diff --git a/docs_website/src/pages/index.tsx b/docs_website/src/pages/index.tsx index e54ee67..108129f 100644 --- a/docs_website/src/pages/index.tsx +++ b/docs_website/src/pages/index.tsx @@ -20,7 +20,7 @@ function HomepageHeader() { - Explore the ThreeFold Platform + Explore the Mycelium Network @@ -33,7 +33,7 @@ export default function Home(): JSX.Element { return ( + description="Self-Healing Data, Network & Cloud">
-- 2.40.1