Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flow-docs.json to include "why cadence" section. #2040

Merged
merged 3 commits into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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