diff --git a/docs/get-started/how-to/run-a-node/nethermind.mdx b/docs/get-started/how-to/run-a-node/nethermind.mdx index 7778ebb54..3d5bd1dae 100644 --- a/docs/get-started/how-to/run-a-node/nethermind.mdx +++ b/docs/get-started/how-to/run-a-node/nethermind.mdx @@ -15,13 +15,14 @@ maintaining a local copy of the blockchain. However, if you want to interact wit Linea-specific methods and features, you should [install Linea Besu](./linea-besu.mdx) instead. ::: -{/* Run using the binary distribution +## Run using the binary distribution :::info Ensure you review [Nethermind's installation Guidelines](https://docs.nethermind.io/get-started/installing-nethermind) before installing the Nethermind client. -If you're not comfortable with installing the binary distribution, consider using [Docker](#run-using-docker) instead. +If you're not comfortable with installing the binary distribution, consider using [Docker](#run-using-docker) +instead. ::: ### Step 1. Install Nethermind @@ -62,7 +63,8 @@ Start the node using the following command: -The Nethermind node will attempt to find peers to begin synchronizing and to download the world state. */} +The Nethermind node will attempt to find peers to begin synchronizing and to download the world +state. ## Run using Docker diff --git a/sidebars.js b/sidebars.js index 1051afefb..1fa35cbdb 100644 --- a/sidebars.js +++ b/sidebars.js @@ -46,7 +46,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", @@ -63,7 +62,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", @@ -94,7 +92,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",