From a81e38db38eae0738990f17ca7f049e4486db9a8 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:13:50 +0000 Subject: [PATCH] Collapse categories --- sidebars.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sidebars.js b/sidebars.js index 06a06d3ef..558e7bd40 100644 --- a/sidebars.js +++ b/sidebars.js @@ -45,7 +45,6 @@ const sidebars = { type: "doc", id: "get-started/how-to/deploy-smart-contract/index", }, - collapsible: false, items: [ "get-started/how-to/deploy-smart-contract/atlas", "get-started/how-to/deploy-smart-contract/foundry", @@ -62,7 +61,6 @@ const sidebars = { type: "doc", id: "get-started/how-to/verify-smart-contract/index", }, - collapsible: false, items: [ "get-started/how-to/verify-smart-contract/atlas", "get-started/how-to/verify-smart-contract/foundry", @@ -93,7 +91,6 @@ const sidebars = { type: "doc", id: "get-started/how-to/run-a-node/index", }, - collapsible: false, items: [ "get-started/how-to/run-a-node/besu", "get-started/how-to/run-a-node/erigon",