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",