Skip to content

Commit fd90921

Browse files
committed
Add Learn card to Getting Started page
1 parent c4f3e7b commit fd90921

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/contracts-sui/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import { latestStable } from "./latest-versions.js";
1212
<Card href={`/contracts-sui/${latestStable}`} title={`Overview (${latestStable})`}>
1313
Install packages, set up a Move project, and run a first end-to-end integration.
1414
</Card>
15+
<Card href={`/contracts-sui/${latestStable}/learn`} title="Learn">
16+
In-depth walkthroughs covering safe arithmetic, rounding, overflow handling, and ownership transfer policies.
17+
</Card>
1518
</Cards>
1619

1720
## Packages

0 commit comments

Comments
 (0)