From 8ccbafc297a0928ae01c7c713d65fc74e1b4b143 Mon Sep 17 00:00:00 2001 From: 0xLisanAlGaib <0xlisanalgaib@gmail.com> Date: Fri, 15 Aug 2025 18:28:18 -0600 Subject: [PATCH] fix: added flo actions transactions to index --- docs/tutorials/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 068542c4af..1c02e2600c 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -51,6 +51,7 @@ For this grand future, we'll need a new suite of tutorials, guides, and resource Learn how to build composable DeFi applications using the Flow Actions framework. This framework provides a "LEGO" system of reusable components that enable developers to create sophisticated DeFi workflows through atomic composition. - [Introduction to Flow Actions] - Learn about Flow Actions, a suite of standardized Cadence interfaces that enable developers to compose complex DeFi workflows using small, reusable components +- [Transactions] - Learn how to create atomic transactions with the composable components of Flow Actions - [Connectors] - Understand how connectors bridge standardized Flow Actions interfaces with different DeFi protocols - [Basic Combinations] - Learn how to combine Flow Actions to create new workflows - [Scheduled Callbacks Introduction] - Learn how to implement scheduled callbacks for time-based smart contract execution on Flow @@ -106,6 +107,7 @@ Explore Flow's unique capabilities through fun benchmark applications that showc [Introduction to Flow Actions]: ./defi/intro-to-flow-actions.md +[Transactions]: ./defi/flow-actions-transaction.md [Connectors]: ./defi/connectors.md [Basic Combinations]: ./defi/basic-combinations.md [Scheduled Callbacks Introduction]: ./defi/scheduled-callbacks-introduction.md