Skip to content

Commit

Permalink
Merge pull request #3 from JukLee0ira/main
Browse files Browse the repository at this point in the history
fix image and referance
  • Loading branch information
AnilChinchawale authored Nov 21, 2024
2 parents 1ec2038 + 06686bb commit 854303d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/xdcchain/developers/node_operators/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/xdcchain/developers/node_operators/masternode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added docs/xdcchain/img/node_upgrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/xdcchain/img/unpacking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 854303d

Please sign in to comment.