Skip to content

Commit

Permalink
Update Hornet docs to newest 2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Oct 4, 2023
1 parent fba5377 commit 2e977d0
Show file tree
Hide file tree
Showing 38 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the [`config.json`](../how_tos/post_installation.md) file.
## Operating System

HORNET is written in Go and can be deployed on all major platforms.
The [recommended setup](../how_tos/using_docker.md) uses Docker to run HORNET together with some [INX](/hornet/2.0-rc.6/inx-plugins) extensions secured behind a [Traefik](https://traefik.io) SSL reverse proxy.
The [recommended setup](../how_tos/using_docker.md) uses Docker to run HORNET together with some [INX](/inx-plugins) extensions secured behind a [Traefik](https://traefik.io) SSL reverse proxy.

## Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Once you have completed all the installation [requirements](#requirements), you
```sh
mkdir hornet
cd hornet
curl -L -O "https://github.com/iotaledger/node-docker-setup/releases/download/v1.0.0-rc.2/node-docker-setup-v1.0.0-rc.2.tar.gz"
tar -zxf node-docker-setup-v1.0.0-rc.2.tar.gz
curl -L -O "https://github.com/iotaledger/node-docker-setup/releases/download/v1.0.1/node-docker-setup_stardust-v1.0.1.tar.gz"
tar -zxf node-docker-setup_stardust-v1.0.1.tar.gz
```

## Prepare
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@ exports.maintainPluginsConfig = [
subsection: 'maintain-layer-1',
versions: [
{
label: '1.2',
badges: ['IOTA'],
label: '2.0',
badges: ['IOTA/Shimmer'],
},
{
label: '2.0-rc.6',
badges: ['Shimmer'],
label: '1.2',
badges: ['Deprecated'],
},
],
},
Expand Down

0 comments on commit 2e977d0

Please sign in to comment.