diff --git a/docs/archway/_category_.json b/docs/archway/_category_.json index 04e85371..0fdfb703 100644 --- a/docs/archway/_category_.json +++ b/docs/archway/_category_.json @@ -1,4 +1,4 @@ { "label": "Archway", - "position": 3 + "position": 2 } diff --git a/docs/celestia/_category_.json b/docs/celestia/_category_.json index d5b8cb0e..0d511c14 100644 --- a/docs/celestia/_category_.json +++ b/docs/celestia/_category_.json @@ -1,6 +1,6 @@ { "label": "Celestia", - "position": 2, + "position": 3, "link": { "type": "generated-index", "description": "Celestia is the first modular consensus and blockchain data network." diff --git a/docs/zetachain/useful-tools/other-tools.md b/docs/zetachain/useful-tools/other-tools.md index 1452d8de..fb0a9e2a 100644 --- a/docs/zetachain/useful-tools/other-tools.md +++ b/docs/zetachain/useful-tools/other-tools.md @@ -6,14 +6,14 @@ description: Other-tools # Other Tools ### Network information script by F5 Nodes - > This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API. + ```bash https://github.com/f5nodes/zetachain ``` ### Monitoring tool by NodeJumper - > A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. + ```bash https://github.com/nodejumper-org/monitoring-tool ```