updated intro page
This commit is contained in:
parent
c57736e414
commit
c850a1e97c
@ -5,12 +5,11 @@ import starlight from '@astrojs/starlight';
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: 'Project INCA Docs',
|
title: 'ThreeFold Docs',
|
||||||
social: {
|
social: {
|
||||||
github: 'https://github.com/threefoldtech',
|
github: 'https://github.com/threefoldtech',
|
||||||
telegram: 'https://t.me/threefold',
|
telegram: 'https://t.me/threefold',
|
||||||
'x.com': 'https://x.com/threefold_io',
|
'x.com': 'https://x.com/threefold_io',
|
||||||
discord: 'https://discord.com/invite/NZqKC4jEhD',
|
|
||||||
},
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
2565
package-lock.json
generated
2565
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,9 +10,9 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.7.0",
|
"@astrojs/check": "^0.9.3",
|
||||||
"@astrojs/starlight": "^0.24.3",
|
"@astrojs/starlight": "^0.26.1",
|
||||||
"astro": "^4.10.3",
|
"astro": "^4.14.3",
|
||||||
"sharp": "^0.32.5",
|
"sharp": "^0.32.5",
|
||||||
"typescript": "^5.4.5"
|
"typescript": "^5.4.5"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to the ThreeFold Grid V4 Docs
|
title: Welcome to the ThreeFold Docs
|
||||||
description: Learn everything about the ThreeFold Grid V4.
|
description: Learn everything about the ThreeFold Grid V4.
|
||||||
template: splash
|
template: splash
|
||||||
hero:
|
hero:
|
||||||
@ -18,16 +18,16 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
|||||||
## Become a Cloud Service Provider
|
## Become a Cloud Service Provider
|
||||||
|
|
||||||
<CardGrid stagger>
|
<CardGrid stagger>
|
||||||
<Card title="Learn about INCA" icon="open-book">
|
<Card title="Learn about ThreeFold" icon="open-book">
|
||||||
Read the this documentation to learn how to set up your 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>
|
||||||
<Card title="Get INCA Nodes" icon="laptop">
|
<Card title="Get ThreeFold Nodes" icon="laptop">
|
||||||
Get INCA nodes to provide compute, storage and network resources to the world.
|
Get ThreeFold nodes to provide compute, storage and network resources to the world.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Part of a Worldwide Grid" icon="sun">
|
<Card title="Part of a Worldwide Grid" icon="sun">
|
||||||
Project INCA is the fourth version of the ThreeFold Grid available in 60+ countries with thousands of nodes!
|
The ThreeFold Grid is available in 60+ countries with thousands of nodes!
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Earn INCA Rewards" icon="star">
|
<Card title="Earn Rewards" icon="star">
|
||||||
When you deploy INCA nodes, you contribute to the growth of the ThreeFold Grid and earn INCA rewards!
|
When you deploy ThreeFold nodes, you contribute to the growth of the ThreeFold Grid and earn rewards!
|
||||||
</Card>
|
</Card>
|
||||||
</CardGrid>
|
</CardGrid>
|
Loading…
Reference in New Issue
Block a user