From fca384fba21cf11d4281300301f9546ae2d07eb4 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 3 Aug 2023 16:31:45 +0200 Subject: [PATCH] tweaked intro page --- documentation/operators/src/introduction.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/documentation/operators/src/introduction.md b/documentation/operators/src/introduction.md index acf29f9363..dc160825d6 100644 --- a/documentation/operators/src/introduction.md +++ b/documentation/operators/src/introduction.md @@ -1,19 +1,17 @@ # Introduction -This is Nym's operators guide, containing information and setup tutorials about the various pieces of Nym mixnet infrastructure nodes, such as mix node, gateway and network requester as well as Nyx chain validators. +This is Nym's Operators guide, containing information and setup guides for the various pieces of Nym mixnet infrastructure (mix node, gateway and network requester) and Nyx blockchain validators. -If you are new to Nym and want to learn about the mixnet, how to integrate with the network, developer tutorials and quickstart guides, check out the [Developer Portal](https://nymtech.net/developers/). +If you are new to Nym and want to learn about the mixnet, explore quickstart options and demos, learn how to integrate with the network, and follow developer tutorials check out the [Developer Portal](https://nymtech.net/developers/). -If you want to dive deeper into Nym architecture and such as different clients, existing applications like the desktop wallet, explorers or SDKs, visit [Nym's technical documentation](https://nymtech.net/docs/). +If you want to dive deeper into Nym's architecture, clients, nodes, and SDK examples visit the [technical docs](https://nymtech.net/docs/). ## Popular pages - - - -**Network Architecture:** -* [Network Overview](https://nymtech.net/docs/architecture/network-overview.html) -* [Mixnet Traffic Flow](https://nymtech.net/docs/architecture/traffic-flow.html) +**Binary Information** +* [Building Nym](./binaries/building-nym.md) +* [Pre-built Binaries](./binaries/pre-built-binaries.md) +* [Init & Configuration](./binaries/init-and-config.md) **Node setup and usage guides:** * [Mix nodes](./nodes/mix-node-setup.md)