Skip to content

Commit

Permalink
Revise Developers section
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Aug 17, 2023
1 parent 5210bce commit 2166bfe
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 57 deletions.
11 changes: 0 additions & 11 deletions docs/05-for-developers/_category_.json

This file was deleted.

40 changes: 0 additions & 40 deletions docs/05-for-developers/coding-style.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/developers/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"position": 5,
"label": "Developers",
"collapsible": true,
"link": {
"type": "generated-index"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Building from source
---
title: Building from source
sidebar_label: Building from source
sidebar_position: 0
---

The Nethermind's source code can be obtained from [our repository](https://github.com/NethermindEth/nethermind) on
GitHub:
Expand All @@ -9,8 +13,8 @@ git clone --recursive https://github.com/nethermindeth/nethermind.git

There are two options buiding Nethermind from source code:

* [Standalone binaries](building-nethermind.md#building-standalone-binaries)
* [Docker image](building-nethermind.md#bulding-docker-image)
* [Standalone binaries](#building-standalone-binaries)
* [Docker image](#bulding-docker-image)

## Building standalone binaries

Expand All @@ -30,7 +34,7 @@ To simply run the client with a specific configuration without building tests, s

:::info
Before running the client or tests, ensure the
platform-specific [prerequisites](../get-started/system-requirements.md) are met.
platform-specific [prerequisites](../get-started/installing-nethermind#prerequisites) are met.
:::

#### Running the client
Expand Down Expand Up @@ -75,4 +79,4 @@ docker build -t nethermind .
```

For more info about running Docker containers,
see [How to install](../get-started/installing-nethermind.md#using-docker).
see [Installing Nethermind](../get-started/installing-nethermind#docker-container).
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/get-started/installing-nethermind.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nethermind can be installed in several ways:
- [Via a package manager](#package-managers)
- [As a standalone download](#standalone-downloads)
- [As a Docker container](#docker-container)
- [By building from source code](../05-for-developers/building-nethermind.md)
- [By building from source code](../developers/building-from-source.md)

## Prerequisites
:::info
Expand Down

0 comments on commit 2166bfe

Please sign in to comment.