Skip to content

Commit a9a6fc9

Browse files
fix: move prometheus guide to guides (#1571)
1 parent ca682c3 commit a9a6fc9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@
207207
"pages": [
208208
"ecosystem/node/overview",
209209
"ecosystem/node/setup-mytonctrl",
210+
"ecosystem/node/integrating-with-prometheus",
210211
"ecosystem/node/setup-mylocalton",
211212
{
212213
"group": "MyTonCtrl reference",
213214
"pages": [
214-
"ecosystem/node/mytonctrl/integrating-with-prometheus",
215215
"ecosystem/node/mytonctrl/overview",
216216
"ecosystem/node/mytonctrl/core",
217217
"ecosystem/node/mytonctrl/installer",
@@ -1956,22 +1956,22 @@
19561956
},
19571957
{
19581958
"source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-backup-restore",
1959-
"destination": "/ecosystem/node/overview",
1959+
"destination": "/ecosystem/node/mytonctrl/backups",
19601960
"permanent": true
19611961
},
19621962
{
19631963
"source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-validator-standby",
1964-
"destination": "/ecosystem/node/overview",
1964+
"destination": "/ecosystem/node/mytonctrl/backups",
19651965
"permanent": true
19661966
},
19671967
{
19681968
"source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-private-alerting",
1969-
"destination": "/ecosystem/node/overview",
1969+
"destination": "/ecosystem/node/mytonctrl/alerting",
19701970
"permanent": true
19711971
},
19721972
{
19731973
"source": "/v3/guidelines/nodes/maintenance-guidelines/mytonctrl-prometheus",
1974-
"destination": "/ecosystem/node/overview",
1974+
"destination": "/ecosystem/node/integrating-with-prometheus",
19751975
"permanent": true
19761976
},
19771977
{
@@ -3293,6 +3293,11 @@
32933293
"source": "/languages/tolk/language-guide",
32943294
"destination": "/languages/tolk/overview",
32953295
"permanent": true
3296+
},
3297+
{
3298+
"source": "/ecosystem/node/mytonctrl/integrating-with-prometheus",
3299+
"destination": "/ecosystem/node/integrating-with-prometheus",
3300+
"permanent": true
32963301
}
32973302
]
32983303
}
File renamed without changes.

0 commit comments

Comments
 (0)