diff --git a/docs/blockchain-development-tutorials/forte/flow-actions/index.md b/docs/blockchain-development-tutorials/forte/flow-actions/index.md index 0611f5ebac..f758754edd 100644 --- a/docs/blockchain-development-tutorials/forte/flow-actions/index.md +++ b/docs/blockchain-development-tutorials/forte/flow-actions/index.md @@ -1,7 +1,7 @@ --- title: Flow Actions description: A series of tutorials on building decentralized finance applications using the Flow Actions framework and scheduled transactions. -sidebar_position: 3 +sidebar_position: 1 keywords: - flow actions - cadence interfaces diff --git a/docs/blockchain-development-tutorials/forte/scheduled-transactions/index.md b/docs/blockchain-development-tutorials/forte/scheduled-transactions/index.md index 711e5d1162..6c0c61c2ba 100644 --- a/docs/blockchain-development-tutorials/forte/scheduled-transactions/index.md +++ b/docs/blockchain-development-tutorials/forte/scheduled-transactions/index.md @@ -1,7 +1,7 @@ --- title: Scheduled Transactions description: A series of tutorials on implementing scheduled transactions for time-based smart contract execution on Flow. -sidebar_position: 4 +sidebar_position: 2 keywords: - scheduled transactions - time-based execution