From b2badee5043c66039a14f1bdd48eb0bbbc5254cb Mon Sep 17 00:00:00 2001 From: ShaniBabayoff Date: Thu, 9 Jan 2025 13:40:33 +0200 Subject: [PATCH] Update sidebars.ts Delete Poseidon2 from the sidebar --- docs/sidebars.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 32f264d70..998d0bd80 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -76,11 +76,6 @@ const cppApi = [ label: "Hash", id: "icicle/primitives/hash", }, - { - type: "doc", - label: "Poseidon2", - id: "icicle/primitives/poseidon2", - }, { type: "doc", label: "Merkle-Tree",