From f42cda3a49ee62c3a3ef296479625e909cb17fb9 Mon Sep 17 00:00:00 2001 From: Tim McMackin <timothymcmackin@yahoo.com> Date: Fri, 17 Jan 2025 11:47:03 -0500 Subject: [PATCH] Add tiles for these two tutorials --- docs/tutorials.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/tutorials.mdx b/docs/tutorials.mdx index b8bebe3ac..6ba9f9900 100644 --- a/docs/tutorials.mdx +++ b/docs/tutorials.mdx @@ -53,6 +53,14 @@ These tutorials contain multiple parts and are intended for developers with some link="Start tutorial" /> +<TutorialCard + title="Create a fungible token with the SmartPy FA2 library" + emoji="🏭" + href="/tutorials/smartpy-fa2-fungible" + description="Create standards-compliant tokens with the SmartPy language and its FA2 library and work with them in your wallet" + link="Start tutorial" +/> + <TutorialCard title="Create NFTs from a web application" emoji="🚀" @@ -62,10 +70,10 @@ These tutorials contain multiple parts and are intended for developers with some /> <TutorialCard - title="Join the DAL as a baker in 5 steps" + title="Run a tezos node in 5 steps" emoji="🍞" href="/tutorials/join-dal-baker" - description="Learn how to participate in the Data Availability Layer, which is a peer-to-peer network for sharing data across Tezos" + description="See a complete walkthrough of setting up a baking operation including a Tezos node, DAL node, and baker" link="Start tutorial" />