Skip to content

Commit

Permalink
Merge pull request #2040 from onflow/mk/update-cadence-homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 21, 2022
2 parents 6f978ec + 43d445a commit 2437fba
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/flow-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,26 @@
"title": "Cadence",
"description": "Cadence is a resource-oriented programming language that introduces new features to smart contract programming that help developers ensure that their code is safe, secure, clear, and approachable. Some of these features are:",
"headerCards": [
{
"title": "Why Use Cadence?",
"tags": ["reference", "patterns"],
"description":"Learn the main benefits of using Cadence for smart contract development."
"href": "/cadence/why-cadence"
},
{
"title": "Hello World!",
"title": "Hello World Tutorial",
"tags": ["tutorial", "playground"],
"description": "Write and deploy your first smart contract within minutes on our Playground.",
"href": "/cadence/tutorial/02-hello-world"
},
{
"title": "Cadence Language",
"title": "Language Reference",
"tags": ["reference", "syntax"],
"description": "Learn the functionality, terminology and syntax of the Cadence language.",
"href": "/cadence/language"
},
{
"title": "Solidity to Cadence Intro",
"title": "From Solidity to Cadence",
"tags": ["guide", "patterns"],
"description": "Learn the key differences in the account models between Solidity and Cadence.",
"href": "/cadence/msg-sender"
Expand Down

0 comments on commit 2437fba

Please sign in to comment.