diff --git a/docs/xdcchain/developers/node_operators/docker.md b/docs/xdcchain/developers/node_operators/docker.md index f39fbed..2320d29 100644 --- a/docs/xdcchain/developers/node_operators/docker.md +++ b/docs/xdcchain/developers/node_operators/docker.md @@ -62,7 +62,7 @@ sudo docker-compose -f docker-compose.yml up -d ``` At this point you should be able to see your masternode on the list of nodes here or as shown below: -![node-sync](xdcchain/img/node_sync.png) +![node-sync](../../img/node_sync.png) For Testnet run the following commands: ```bash @@ -104,7 +104,7 @@ tar -xvzf xdcchain.tar ``` **The unpacking will take some time, and it will look like this:** -img +![unpacking](../../img/unpacking.png) **The following command will move the xdcchain/XDC to xdcchain/XDC_backup** ```bash @@ -124,7 +124,7 @@ bash upgrade.sh This command will bring your node up and it will start syncing to the network. Once up and running, your node will be synced to the network in just a few minutes. -img +![node_upgrade](../../img/node_upgrade.png) # Apothem Snapshot diff --git a/docs/xdcchain/developers/node_operators/masternode.md b/docs/xdcchain/developers/node_operators/masternode.md index d2620ad..173dd92 100644 --- a/docs/xdcchain/developers/node_operators/masternode.md +++ b/docs/xdcchain/developers/node_operators/masternode.md @@ -324,7 +324,7 @@ bash upgrade.sh This command will bring your node up and it will start syncing to the network. Once up and running, your node will be synced to the network in just a few minutes. -img +![node_upgrade](../../img/node_upgrade.png) # Apothem Snapshot diff --git a/docs/xdcchain/img/node_upgrade.png b/docs/xdcchain/img/node_upgrade.png new file mode 100644 index 0000000..d187e8c Binary files /dev/null and b/docs/xdcchain/img/node_upgrade.png differ diff --git a/docs/xdcchain/img/unpacking.png b/docs/xdcchain/img/unpacking.png new file mode 100644 index 0000000..eadd20c Binary files /dev/null and b/docs/xdcchain/img/unpacking.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 479b6f7..d1bf1a5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,8 +83,8 @@ nav: - Masternode/Standby node Setup: ./xdcchain/developers/node_operators/masternode.md - How to Stake XDC: ./xdcchain/developers/node_operators/masternode/#how-to-stake-xdc-on-a-masternodestandby-node - Using Bootstrap Script: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-bootstrap-script - - Using One-Click-Installer: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-one-click-installer - - Using Docker: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-docker + - Using One-Click-Installer: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternodestandby-node-using-one-click-installer + - Using Docker: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternodestandby-node-using-docker - Downloading Mainnet Snapshot: ./xdcchain/developers/node_operators/masternode/#mainnet-snapshot - Downloading Apothem Snapshot: ./xdcchain/developers/node_operators/masternode/#apothem-snapshot # - How to Secure Mastecrnode(WIP): ./xdcchain/developers/node_operators/node_architecture