diff --git a/documentation/operators/src/introduction.md b/documentation/operators/src/introduction.md index f0344db71a..d2c148bf64 100644 --- a/documentation/operators/src/introduction.md +++ b/documentation/operators/src/introduction.md @@ -21,7 +21,13 @@ If you are looking for information on grants and beta-release Nym apps, check ou * [Mix nodes](./nodes/mix-node-setup.md) * [Gateways](./nodes/gateway-setup.md) * [Network requesters](./nodes/network-requester-setup.md) - +* [Validators](./nodes/validator-setup.md) + +**Troubleshooting and FAQ** +* [Troubleshooting](./nodes/troubleshooting.md) +* [FAQ](./faq.md) + + diff --git a/documentation/operators/src/nodes/mix-node-setup.md b/documentation/operators/src/nodes/mix-node-setup.md index a24ec587ad..723984ff39 100644 --- a/documentation/operators/src/nodes/mix-node-setup.md +++ b/documentation/operators/src/nodes/mix-node-setup.md @@ -63,7 +63,7 @@ For now, see the below rough specs: ## Mix node setup -Now that you have built the codebase, set up your wallet, and have a VPS with the `nym-mixnode` binary, you can set up your mix node with the instructions below. +Now that you have built the [codebase](https://nymtech.net/docs/binaries/building-nym.html), set up your [wallet](https://nymtech.net/docs/wallet/desktop-wallet.html), and have a VPS with the `nym-mixnode` binary, you can set up your mix node with the instructions below. To begin, move to `/taget/release` directory from which you run the node commands: