-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/run-a-node-page' into dev
- Loading branch information
Showing
5 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
export const heroData = { | ||
title: "Run a Node", | ||
text: "Build games with new capabilities. Celestia scales with the number of users so games can scale with their usebase.", | ||
text: "Enter an internet where users are first-class citizens. Own your assets while securing Celestia.", | ||
buttons: [ | ||
{ | ||
text: "Build Modular", | ||
text: "Become sovereign", | ||
class: "simple", | ||
type: "anchor", | ||
url: "frameworks", | ||
url: "start-up-a-node", | ||
}, | ||
{ | ||
text: "Ask a question", | ||
class: "white", | ||
type: "external", | ||
url: "https://forum.celestia.org/", | ||
url: "https://discord.com/invite/YsnTPcSfWQ", | ||
}, | ||
], | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
export const resources = { | ||
title: "Resources", | ||
description: "Tutorials, resources, and guides for staking.", | ||
description: "Tutorials, and guides for running Celestia nodes.", | ||
items: [ | ||
{ | ||
id: 1, | ||
title: "Light node tutorial on YouTube", | ||
title: "Light node setup walkthrough", | ||
text: "", | ||
image: "developer-portal/lightbulb.png", | ||
type: "external", | ||
link: { | ||
text:"Explore concepts", | ||
url: "https://docs.celestia.org/developers/build-modular/", | ||
text:"Explore", | ||
url: "https://youtu.be/WFubhQc8tGk", | ||
}, | ||
}, | ||
{ | ||
id: 2, | ||
title: "Values of modular chains", | ||
title: "Overview of Celestia nodes", | ||
text: "", | ||
image: "developer-portal/availability.png", | ||
type: "external", | ||
link: { | ||
text:"Explore concepts", | ||
text:"Learn more", | ||
url: "https://docs.celestia.org/nodes/overview/", | ||
}, | ||
}, | ||
{ | ||
id: 3, | ||
title: "Light node requirement", | ||
title: "Node API", | ||
text: "", | ||
image: "developer-portal/why-build-mod.png", | ||
type: "internal", | ||
type: "external", | ||
link: { | ||
text:"Explore concepts", | ||
url: "/learn/", | ||
text:"Read more", | ||
url: "https://docs.celestia.org/developers/node-api/", | ||
}, | ||
}, | ||
], | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters