From 7db39074f747a20f3b0279af215172109d77987f Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:39:13 +0200 Subject: [PATCH] simplify syntax --- documentation/operators/src/nodes/setup.md | 82 +--------------------- 1 file changed, 2 insertions(+), 80 deletions(-) diff --git a/documentation/operators/src/nodes/setup.md b/documentation/operators/src/nodes/setup.md index b4995dfa7c5..55fcaf146b9 100644 --- a/documentation/operators/src/nodes/setup.md +++ b/documentation/operators/src/nodes/setup.md @@ -76,83 +76,6 @@ To list all available flags for each command, run `./nym-node --help` ``` ~~~ - - ```admonish bug The Wireguard flags currently have limited functionality. This feature is under development and testing. @@ -163,6 +86,7 @@ The Wireguard flags currently have limited functionality. This feature is under Some of the most useful flags and their explanation: +~~~admonish example collapsible=true title="Flags explanation:" - `--id `: Local identifier of your node. This `` determines your config path located at `~/.nym/nym-nodes//config/config.toml`, default value is `default-nym-node` - `--config-file `: Used for the migrate command to indicate the location of the existing node config file. Default path is `~/.nym/nym-nodes/default-nym-node/config/config.toml` - `--deny-init`: Use this flag to prevent a new node from being initialized. It's recommended to use this after the first run to avoid accidental spinning up of a second node. @@ -173,9 +97,7 @@ Some of the most useful flags and their explanation: - `--expose-system-info `: Sets your system info visibility on the network. - `--expose-system-hardware `: Sets your system hardware info visibility on the network. - `--expose-crypto-hardware `: Sets your crypto hardware info visibility on the network. - - -## Usage +~~~ ### Commands & Examples