updated to grid v4 #2
@ -1,4 +1,4 @@
|
||||
<h1> Project INCA Docs </h1>
|
||||
<h1> ThreeFold Grid V4 Docs </h1>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
@ -60,8 +60,8 @@ make --version
|
||||
|
||||
|
||||
```
|
||||
git clone https://git.ourworld.tf/tfgrid/www_docs_projectinca
|
||||
cd www_docs_projectinca
|
||||
git clone https://git.ourworld.tf/tfgrid/docs_tfgrid4
|
||||
cd docs_tfgrid4
|
||||
```
|
||||
|
||||
For more information, read the original [AstroWind docs](./docs_starlight/starlight_README.md).
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "www_docs_projectinca",
|
||||
"name": "docs_tfgrid4",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Welcome to the Project INCA Docs
|
||||
description: Get started building your docs site with Starlight.
|
||||
title: Welcome to the ThreeFold Grid V4 Docs
|
||||
description: Learn everything about the ThreeFold Grid V4.
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Learn how to deploy INCA nodes to earn rewards!
|
||||
tagline: Learn how to deploy ThreeFold nodes to earn rewards!
|
||||
image:
|
||||
file: ../../assets/hero_host3.png
|
||||
actions:
|
||||
@ -11,9 +11,6 @@ hero:
|
||||
link: /start_here/getting_started/
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Visit the website
|
||||
link: https://internetcapacity.org/
|
||||
icon: external
|
||||
---
|
||||
|
||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
@ -22,15 +19,15 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
|
||||
<CardGrid stagger>
|
||||
<Card title="Learn about INCA" icon="open-book">
|
||||
Read the [INCA Docs](/start_here/getting_started) to learn how to set up your INCA nodes and to know more about the ThreeFold ecosystem.
|
||||
Read the this documentation to learn how to set up your nodes and to know more about the ThreeFold ecosystem.
|
||||
</Card>
|
||||
<Card title="Get INCA Nodes" icon="laptop">
|
||||
Get INCA nodes at the [official INCA website](https://internetcapacity.org/farming/) to provide compute, storage and network resources to the world.
|
||||
Get INCA nodes to provide compute, storage and network resources to the world.
|
||||
</Card>
|
||||
<Card title="Part of a Worldwide Grid" icon="sun">
|
||||
Project INCA is the fourth version of the [ThreeFold Grid](https://threefold.io/) available in 60+ countries with thousands of nodes!
|
||||
Project INCA is the fourth version of the ThreeFold Grid available in 60+ countries with thousands of nodes!
|
||||
</Card>
|
||||
<Card title="Earn INCA Rewards" icon="star">
|
||||
When you deploy INCA nodes, you contribute to the growth of the ThreeFold Grid and earn INCA rewards!
|
||||
</Card>
|
||||
</CardGrid>
|
||||
</CardGrid>
|
Loading…
Reference in New Issue
Block a user