Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] remove useless tags to make the doc render properly #10538

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Docker method has only been tested on Linux, Windows, and Intel macOS. If you ar
- `genesis.blob`
- `waypoint.txt`

6. <span id="docker-files">To recap, in your working directory, you should have a list of files:</span>
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:
Expand All @@ -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. <span id="docker-vfn">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.</span> 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. <span id="source-code-vfn">To recap, in your working directory (`~/$WORKSPACE`), you should have a list of files:</span>
11. To recap, in your working directory (`~/$WORKSPACE`), you should have a list of files:

- `config` folder containing:
- `validator.yaml` validator config file
Expand Down
Loading