From fe20f39e51d8ae40bdc1f3aefb27dc23c39823ce Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 16 Nov 2023 10:35:37 -0500 Subject: [PATCH] Build is breaking and hiding any page in this section fixes it, so we must have reached a limit. Hiding this serialization topic till wecan figure out what's wrong' --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index c062e74dd..66631ca7d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -167,7 +167,7 @@ const sidebars = { 'smart-contracts/storage', 'smart-contracts/special-values', 'smart-contracts/constants', - 'smart-contracts/serialization', + // 'smart-contracts/serialization', 'smart-contracts/sapling', 'smart-contracts/views', 'smart-contracts/delegation',