generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
export const docsData = [ | ||
{ | ||
id: 1, | ||
name: "foo", | ||
name: "Understanding Ethereum Differences", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/deploy-contract", | ||
'short-description': "Learn how to.", | ||
link: "/learn/differences-with-ethereum", | ||
'short-description': "See how Sei's architecture outperforms Ethereum.", | ||
}, | ||
{ | ||
id: 2, | ||
name: "bar", | ||
name: "Exploring Token Standards", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/setup-node", | ||
'short-description': "Learn how to.", | ||
link: "/learn/dev-token-standards", | ||
'short-description': "Learn Sei's token standards for effective development.", | ||
}, | ||
{ | ||
id: 3, | ||
name: "baz", | ||
name: "Mastering Staking", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/stake-tokens", | ||
'short-description': "Learn how to.", | ||
link: "/learn/general-staking", | ||
'short-description': "Understand staking and its role in Sei Network.", | ||
}, | ||
{ | ||
id: 4, | ||
name: "foo", | ||
name: "Developing Smart Contracts", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/deploy-contract", | ||
'short-description': "Learn how to.", | ||
link: "/dev-smart-contracts", | ||
'short-description': "Create and deploy smart contracts on Sei.", | ||
}, | ||
{ | ||
id: 5, | ||
name: "bar", | ||
name: "Building a Frontend Interface", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/setup-node", | ||
'short-description': "Learn how to.", | ||
link: "/build/building-a-frontend", | ||
'short-description': "Craft user-friendly dApp frontends on Sei.", | ||
}, | ||
{ | ||
id: 6, | ||
name: "baz", | ||
name: "Running a Validator Node", | ||
logo: { | ||
url: "/assets/sei_symbol_gradient.png", | ||
}, | ||
link: "/docs/stake-tokens", | ||
'short-description': "Learn how to.", | ||
link: "/node/overview", | ||
'short-description': "Set up and manage a validator node on Sei.", | ||
}, | ||
]; |