Merge pull request 'updated v4' (!33) from development_v4 into development
Reviewed-on: #33
This commit is contained in:
commit
ff741e6ff1
@ -3,12 +3,12 @@ import type {Config} from '@docusaurus/types';
|
|||||||
import type * as Preset from '@docusaurus/preset-classic';
|
import type * as Preset from '@docusaurus/preset-classic';
|
||||||
|
|
||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: 'ThreeFold V4',
|
title: 'Project Mycelium',
|
||||||
tagline: 'Self-Healing Data, Network & Cloud Platform',
|
tagline: 'Self-Healing Data, Network & Cloud',
|
||||||
favicon: 'img/logo_blue.svg',
|
favicon: 'img/logo_blue.svg',
|
||||||
|
|
||||||
// Set the production url of your site here
|
// 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
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: '',
|
baseUrl: '',
|
||||||
@ -16,7 +16,7 @@ const config: Config = {
|
|||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
organizationName: 'git.ourworld.tf/tftech', // Usually your GitHub org/user name.
|
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,
|
trailingSlash: false,
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
@ -94,7 +94,7 @@ const config: Config = {
|
|||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: 'img/threefold-social-card.png',
|
image: 'img/threefold-social-card.png',
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'ThreeFold V4',
|
title: 'Project Mycelium',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'ThreeFold Logo',
|
alt: 'ThreeFold Logo',
|
||||||
src: 'img/logo.svg',
|
src: 'img/logo.svg',
|
||||||
@ -113,8 +113,8 @@ const config: Config = {
|
|||||||
position: 'left',
|
position: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://threefold.io',
|
href: 'https://projectmycelium.io',
|
||||||
label: 'ThreeFold.io',
|
label: 'ProjectMycelium.io',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -180,6 +180,10 @@ const config: Config = {
|
|||||||
{
|
{
|
||||||
title: 'Links',
|
title: 'Links',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: 'ProjectMycelium.io',
|
||||||
|
href: 'https://projectmycelium.io',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'ThreeFold.io',
|
label: 'ThreeFold.io',
|
||||||
href: 'https://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: {
|
prism: {
|
||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
|
@ -12,31 +12,31 @@ type FeatureItem = {
|
|||||||
const FeatureList: FeatureItem[] = [
|
const FeatureList: FeatureItem[] = [
|
||||||
{ scale: 1.0,
|
{ scale: 1.0,
|
||||||
fill:"currentColor",
|
fill:"currentColor",
|
||||||
title: 'Part of a Worldwide Grid',
|
title: 'Building Web 4',
|
||||||
Svg: require('@site/static/img/clouds.svg').default,
|
Svg: require('@site/static/img/clouds.svg').default,
|
||||||
description: (
|
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,
|
{ scale: 1.0,
|
||||||
fill:"currentColor",
|
fill:"currentColor",
|
||||||
title: 'Get ThreeFold Nodes',
|
title: 'Mycelium Network',
|
||||||
Svg: require('@site/static/img/nodes.svg').default,
|
Svg: require('@site/static/img/nodes.svg').default,
|
||||||
description: (
|
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,
|
{ scale: 1.0,
|
||||||
fill:"currentColor",
|
fill:"currentColor",
|
||||||
title: 'Earn Rewards',
|
title: 'Community Rewards',
|
||||||
Svg: require('@site/static/img/rewards.svg').default,
|
Svg: require('@site/static/img/rewards.svg').default,
|
||||||
description: (
|
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.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
@ -20,7 +20,7 @@ function HomepageHeader() {
|
|||||||
<Link
|
<Link
|
||||||
className="button button--secondary button--lg"
|
className="button button--secondary button--lg"
|
||||||
to="/docs/introduction">
|
to="/docs/introduction">
|
||||||
Explore the ThreeFold Platform
|
Explore the Mycelium Network
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
|
|||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Home`}
|
title={`Home`}
|
||||||
description="Self-Healing Data, Network & Cloud Platform">
|
description="Self-Healing Data, Network & Cloud">
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
|
Loading…
Reference in New Issue
Block a user