From 757cb8a227fbe16ac9f3226f18a64d4c7c7dc5b9 Mon Sep 17 00:00:00 2001 From: flex Date: Tue, 17 Oct 2023 12:55:32 +0800 Subject: [PATCH 1/2] remove useless tags to make the url render properly --- .../operator/running-validator-node/using-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-docker.md b/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-docker.md index 75b9482b7d868..c6d5b4ae19c2b 100644 --- a/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-docker.md +++ b/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-docker.md @@ -91,7 +91,7 @@ Docker method has only been tested on Linux, Windows, and Intel macOS. If you ar - `genesis.blob` - `waypoint.txt` -6. To recap, in your working directory, you should have a list of files: +6. To recap, in your working directory, you should have a list of files: - `docker-compose.yaml` docker compose file to run validator and fullnode - `keys` folder containing: @@ -109,7 +109,7 @@ Docker method has only been tested on Linux, Windows, and Intel macOS. If you ar **Now you have completed setting up your validator node. Next, setup a validator fullnode following the instructions below.** -9. Set up a validator fullnode on a different machine. Download the `fullnode.yaml` and `docker-compose-fullnode.yaml` configuration files into the working directory of fullnode machine. See [Node Files](../../../node-files-all-networks/node-files.md) for a full list of files you should download and the download commands. +9. Set up a validator fullnode on a different machine. Download the `fullnode.yaml` and `docker-compose-fullnode.yaml` configuration files into the working directory of fullnode machine. See [Node Files](../../../node-files-all-networks/node-files.md) for a full list of files you should download and the download commands. 10. Edit `fullnode.yaml` file to update the IP address for validator node. From 4bf3465d74b7dbbc8f5c116b1c0fec4fc11ef86b Mon Sep 17 00:00:00 2001 From: flex Date: Tue, 17 Oct 2023 13:13:27 +0800 Subject: [PATCH 2/2] more unsed tags need to removed --- .../operator/running-validator-node/using-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-source-code.md b/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-source-code.md index 5e75ca4d7abef..7aeb57a513023 100644 --- a/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-source-code.md +++ b/developer-docs-site/docs/nodes/validator-node/operator/running-validator-node/using-source-code.md @@ -100,7 +100,7 @@ Follow the below instructions **twice**, i.e., first on one machine to run a val Modify the config files to update the data directory, key path, genesis file path, waypoint path. User must have write access to data directory. -11. To recap, in your working directory (`~/$WORKSPACE`), you should have a list of files: +11. To recap, in your working directory (`~/$WORKSPACE`), you should have a list of files: - `config` folder containing: - `validator.yaml` validator config file