From f7cf6915cd2618001237448bfc5f3c7576d6312e Mon Sep 17 00:00:00 2001 From: 0xLisanAlGaib <0xlisanalgaib@gmail.com> Date: Tue, 21 Oct 2025 12:50:11 -0600 Subject: [PATCH] fix: adjusted forte sidebar numbering --- .../forte/flow-actions/index.md | 2 +- .../forte/scheduled-transactions/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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