From f6d425be551dc97f437b2d813ac2b8d75aa2f54c Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:49:38 +0000 Subject: [PATCH 1/2] Reinstate binary dist instructions (#897) --- docs/get-started/how-to/run-a-node/nethermind.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 From ebf4a4261f047da6d173cce051db8e29e349681a Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:53:19 +0000 Subject: [PATCH 2/2] Collapse categories (#894) --- 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",