From 21eac218fe0f8676b00a4097889bf66592e92a6f Mon Sep 17 00:00:00 2001 From: ymekuria Date: Wed, 15 May 2024 17:28:41 -0700 Subject: [PATCH] feat(sidebars.js): disable offchain storage tutorial --- sidebars.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 17d2fb2a4..5ce9d79f0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -104,7 +104,9 @@ module.exports = { 'zkapps/tutorials/deploying-to-a-network', 'zkapps/tutorials/zkapp-ui-with-react', 'zkapps/tutorials/common-types-and-functions', - 'zkapps/tutorials/offchain-storage', + // TODO: enable when there is an updated offchain storage tutorial + // 'zkapps/tutorials/offchain-storage', + 'zkapps/tutorials/oracle', 'zkapps/tutorials/recursion', 'zkapps/tutorials/account-updates',