diff --git a/docs.json b/docs.json index efe98fa1a..afdd5620b 100644 --- a/docs.json +++ b/docs.json @@ -207,11 +207,11 @@ "pages": [ "ecosystem/node/overview", "ecosystem/node/setup-mytonctrl", + "ecosystem/node/integrating-with-prometheus", "ecosystem/node/setup-mylocalton", { "group": "MyTonCtrl Reference", "pages": [ - "ecosystem/node/mytonctrl/integrating-with-prometheus", "ecosystem/node/mytonctrl/overview", "ecosystem/node/mytonctrl/core", "ecosystem/node/mytonctrl/installer", @@ -1956,22 +1956,22 @@ }, { "source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-backup-restore", - "destination": "/ecosystem/node/overview", + "destination": "/ecosystem/node/mytonctrl/backups", "permanent": true }, { "source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-validator-standby", - "destination": "/ecosystem/node/overview", + "destination": "/ecosystem/node/mytonctrl/backups", "permanent": true }, { "source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-private-alerting", - "destination": "/ecosystem/node/overview", + "destination": "/ecosystem/node/mytonctrl/alerting", "permanent": true }, { "source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-prometheus", - "destination": "/ecosystem/node/overview", + "destination": "/ecosystem/node/integrating-with-prometheus", "permanent": true }, { @@ -3293,6 +3293,11 @@ "source": "/languages/tolk/language-guide", "destination": "/languages/tolk/overview", "permanent": true + }, + { + "source": "/ecosystem/node/mytonctrl/integrating-with-prometheus", + "destination": "/ecosystem/node/integrating-with-prometheus", + "permanent": true } ] } diff --git a/ecosystem/node/mytonctrl/integrating-with-prometheus.mdx b/ecosystem/node/integrating-with-prometheus.mdx similarity index 100% rename from ecosystem/node/mytonctrl/integrating-with-prometheus.mdx rename to ecosystem/node/integrating-with-prometheus.mdx