Skip to content

Commit de2ae3f

Browse files
committed
Revise UI guide
1 parent ed3827d commit de2ae3f

4 files changed

Lines changed: 16 additions & 24 deletions

File tree

  • docs/monitoring
  • versioned_docs
    • version-1.33.0/monitoring
    • version-1.34.0/monitoring
    • version-1.35.0/monitoring

docs/monitoring/ui.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ To provide a richer and more user-friendly experience, Nethermind is bundled wit
77

88
![Nethermind UI](/images/ui.png)
99

10-
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) UI using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) and [`HealthChecks.UIEnabled`](../fundamentals/configuration.md#healthchecks-uienabled) configuration options as follows:
10+
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) configuration option as follows:
1111

1212
```bash
1313
nethermind \
1414
-c mainnet \
1515
--data-dir path/to/data/dir \
1616
# highlight-start
17-
--healthchecks-enabled \
18-
--healthchecks-uienabled
17+
--healthchecks-enabled
1918
# highlight-end
2019
```
2120

@@ -26,8 +25,7 @@ nethermind \
2625
-c mainnet \
2726
--data-dir path/to/data/dir \
2827
# highlight-start
29-
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http" \
28+
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http|health" \
3029
# highlight-end
31-
--healthchecks-enabled \
32-
--healthchecks-uienabled
30+
--healthchecks-enabled
3331
```

versioned_docs/version-1.33.0/monitoring/ui.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ To provide a richer and more user-friendly experience, Nethermind is bundled wit
77

88
![Nethermind UI](/images/ui.png)
99

10-
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) UI using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) and [`HealthChecks.UIEnabled`](../fundamentals/configuration.md#healthchecks-uienabled) configuration options as follows:
10+
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) configuration option as follows:
1111

1212
```bash
1313
nethermind \
1414
-c mainnet \
1515
--data-dir path/to/data/dir \
1616
# highlight-start
17-
--healthchecks-enabled \
18-
--healthchecks-uienabled
17+
--healthchecks-enabled
1918
# highlight-end
2019
```
2120

@@ -26,8 +25,7 @@ nethermind \
2625
-c mainnet \
2726
--data-dir path/to/data/dir \
2827
# highlight-start
29-
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http" \
28+
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http|health" \
3029
# highlight-end
31-
--healthchecks-enabled \
32-
--healthchecks-uienabled
30+
--healthchecks-enabled
3331
```

versioned_docs/version-1.34.0/monitoring/ui.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ To provide a richer and more user-friendly experience, Nethermind is bundled wit
77

88
![Nethermind UI](/images/ui.png)
99

10-
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) UI using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) and [`HealthChecks.UIEnabled`](../fundamentals/configuration.md#healthchecks-uienabled) configuration options as follows:
10+
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) configuration option as follows:
1111

1212
```bash
1313
nethermind \
1414
-c mainnet \
1515
--data-dir path/to/data/dir \
1616
# highlight-start
17-
--healthchecks-enabled \
18-
--healthchecks-uienabled
17+
--healthchecks-enabled
1918
# highlight-end
2019
```
2120

@@ -26,8 +25,7 @@ nethermind \
2625
-c mainnet \
2726
--data-dir path/to/data/dir \
2827
# highlight-start
29-
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http" \
28+
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http|health" \
3029
# highlight-end
31-
--healthchecks-enabled \
32-
--healthchecks-uienabled
30+
--healthchecks-enabled
3331
```

versioned_docs/version-1.35.0/monitoring/ui.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ To provide a richer and more user-friendly experience, Nethermind is bundled wit
77

88
![Nethermind UI](/images/ui.png)
99

10-
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) UI using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) and [`HealthChecks.UIEnabled`](../fundamentals/configuration.md#healthchecks-uienabled) configuration options as follows:
10+
Disabled by default, the UI can be enabled together with the [health check](./health-check.md) using the [`HealthChecks.Enabled`](../fundamentals/configuration.md#healthchecks-enabled) configuration option as follows:
1111

1212
```bash
1313
nethermind \
1414
-c mainnet \
1515
--data-dir path/to/data/dir \
1616
# highlight-start
17-
--healthchecks-enabled \
18-
--healthchecks-uienabled
17+
--healthchecks-enabled
1918
# highlight-end
2019
```
2120

@@ -26,8 +25,7 @@ nethermind \
2625
-c mainnet \
2726
--data-dir path/to/data/dir \
2827
# highlight-start
29-
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http" \
28+
--jsonrpc-additionalrpcurls "http://203.0.113.5:80|http|health" \
3029
# highlight-end
31-
--healthchecks-enabled \
32-
--healthchecks-uienabled
30+
--healthchecks-enabled
3331
```

0 commit comments

Comments
 (0)