updated intro page
This commit is contained in:
parent
c57736e414
commit
c850a1e97c
@ -5,12 +5,11 @@ import starlight from '@astrojs/starlight';
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
starlight({
|
||||
title: 'Project INCA Docs',
|
||||
title: 'ThreeFold Docs',
|
||||
social: {
|
||||
github: 'https://github.com/threefoldtech',
|
||||
telegram: 'https://t.me/threefold',
|
||||
'x.com': 'https://x.com/threefold_io',
|
||||
discord: 'https://discord.com/invite/NZqKC4jEhD',
|
||||
},
|
||||
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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/starlight": "^0.24.3",
|
||||
"astro": "^4.10.3",
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/starlight": "^0.26.1",
|
||||
"astro": "^4.14.3",
|
||||
"sharp": "^0.32.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.
|
||||
template: splash
|
||||
hero:
|
||||
@ -18,16 +18,16 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
## Become a Cloud Service Provider
|
||||
|
||||
<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.
|
||||
</Card>
|
||||
<Card title="Get INCA Nodes" icon="laptop">
|
||||
Get INCA nodes to provide compute, storage and network resources to the world.
|
||||
<Card title="Get ThreeFold Nodes" icon="laptop">
|
||||
Get ThreeFold 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 available in 60+ countries with thousands of nodes!
|
||||
The ThreeFold Grid is 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 title="Earn Rewards" icon="star">
|
||||
When you deploy ThreeFold nodes, you contribute to the growth of the ThreeFold Grid and earn rewards!
|
||||
</Card>
|
||||
</CardGrid>
|
Loading…
Reference in New Issue
Block a user