-
Notifications
You must be signed in to change notification settings - Fork 3
/
netlify.toml
112 lines (91 loc) · 2.5 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[[headers]]
for = "/*"
[headers.values]
Referrer-Policy = "no-referrer-when-downgrade"
[[redirects]]
from = "/posts/redefining-monitoring-netdata"
to = "/redefining-monitoring-with-netdata"
[[redirects]]
from = "/posts/*"
to = "https://www.netdata.cloud/blog/:splat"
force = true
# Non-wildcard tag redirects
[[redirects]]
from = "/tags/k-8-s/"
to = "https://www.netdata.cloud/tags/k8s/"
force = true
[[redirects]]
from = "/tags/free-bsd/"
to = "https://www.netdata.cloud/tags/freebsd/"
force = true
[[redirects]]
from = "/tags/bind-9/"
to = "https://www.netdata.cloud/tags/bind9/"
force = true
[[redirects]]
from = "/tags/co-2/"
to = "https://www.netdata.cloud/tags/co2/"
force = true
[[redirects]]
from = "/tags/pm-1/"
to = "https://www.netdata.cloud/tags/pm1/"
force = true
[[redirects]]
from = "/tags/pm-25/"
to = "https://www.netdata.cloud/tags/pm25/"
force = true
[[redirects]]
from = "/tags/pop-3/"
to = "https://www.netdata.cloud/tags/pop3/"
force = true
[[redirects]]
from = "/tags/postgre-sql/"
to = "https://www.netdata.cloud/tags/postgresql/"
force = true
[[redirects]]
from = "/tags/s-m-a-r-t/"
to = "https://www.netdata.cloud/tags/s.m.a.r.t/"
force = true
[[redirects]]
from = "/tags/server/"
to = "https://www.netdata.cloud/tags/server-monitoring/"
force = true
[[redirects]]
from = "/tags/smartd-log/"
to = "https://www.netdata.cloud/tags/smartd_log/"
force = true
[[redirects]]
from = "/tags/"
to = "https://www.netdata.cloud/blog/"
force = true
# Wildcard tag redirect
[[redirects]]
from = "/tags/*"
to = "https://www.netdata.cloud/tags/:splat"
force = true
# Non-wildcard blog post redirects
[[redirects]]
from = "/exploring-systemd-journal-logs-with-netdata/"
to = "https://www.netdata.cloud/blog/exploring-systemd-journal-logs/"
force = true
[[redirects]]
from = "/how-netdatas-machine-learning-works/"
to = "https://www.netdata.cloud/blog/how-netdatas-ml-based-anomaly-detection-works/"
force = true
[[redirects]]
from = "/netdata-qos-classes-monitoring/"
to = "https://www.netdata.cloud/blog/netdata-qos-monitoring/"
force = true
[[redirects]]
from = "/systemd-journal-logs-a-game-changer-for-devops-and-developers/"
to = "https://www.netdata.cloud/blog/systemd-journal-logs/"
force = true
[[redirects]]
from = "/archive/"
to = "https://www.netdata.cloud/blog/"
force = true
# Wildcard blog post redirect
[[redirects]]
from = "/*"
to = "https://www.netdata.cloud/blog/:splat"
force = true