From 9cc10ba6872f744f0c76c64c4bf1120d9199a1a6 Mon Sep 17 00:00:00 2001
From: a-warhol001 <108026886+a-warhol001@users.noreply.github.com>
Date: Mon, 25 Sep 2023 17:27:54 +0800
Subject: [PATCH] fix(website): remove duplicate and miswording on run a taiko
node docs (#14791)
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
---
.../pages/docs/guides/run-a-taiko-node.mdx | 23 ++++++++-----------
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/packages/website/pages/docs/guides/run-a-taiko-node.mdx b/packages/website/pages/docs/guides/run-a-taiko-node.mdx
index 5a51295d2ee..7a966bd2dec 100644
--- a/packages/website/pages/docs/guides/run-a-taiko-node.mdx
+++ b/packages/website/pages/docs/guides/run-a-taiko-node.mdx
@@ -154,7 +154,15 @@ sudo docker compose up -d
A node dashboard will be running on `localhost` on the `GRAFANA_PORT` you set in your `.env` file, which defaults to `3001`: [http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview](http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview).
-You can verify that your node is syncing by checking the **chain head** on the dashboard and seeing that it is increasing. Once the chain head matches what's on the block explorer, you are fully synced.
+
+
+
+You can verify that your node is syncing by checking that the **chain head** on the dashboard (see above) is increasing. Once the chain head matches what's on the block explorer, you are fully synced.
#### Check with curl commands
@@ -188,19 +196,6 @@ curl http://localhost:8547 \
sudo docker compose logs -f
```
-If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page.
-
-
-
-
-
-If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page.
-
### Operate the node
You can find all node operations (eg. stop node, update node, remove node, view logs) in the [Node runner manual](/docs/manuals/node-runner-manual).