forked from prtkgpt/questdb.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
107 lines (82 loc) · 2.72 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
[build]
base = "/"
command = "yarn build"
publish = "build"
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
"node_modules/.cache",
]
[[redirects]]
from = "/getstarted"
to = "/get-questdb"
[[redirects]]
from = "/get-started"
to = "/get-questdb"
[[redirects]]
from = "/docs/reference/client/grafana"
to = "/docs/third-party-tools/grafana"
[[redirects]]
from = "/blog/2020/12/10/building-a-garbage-free-network-stack-for-kafka-streams"
to = "/blog/2020/12/10/garbage-free-stack-for-kafka-streams"
[[redirects]]
from = "/blog/2020/12/10/non-blocking-io-without-garbage-collection"
to = "/blog/2020/12/10/garbage-free-stack-for-kafka-streams"
[[redirects]]
from = "/blog/2020/12/10/building-a-garbage-free-network-stack-for-kafka-streams"
to = "/blog/2020/12/10/non-blocking-io-without-garbage-collection"
[[redirects]]
from = "/blog/2020/10/19/grafana-tutorial"
to = "/tutorial/2020/10/19/grafana"
[[redirects]]
from = "/blog/2020/06/05/iot-on-questdb"
to = "/tutorial/2020/06/05/iot-on-questdb"
[[redirects]]
from = "/blog/2020/06/15/python-questdb-tutorial"
to = "/tutorial/2020/06/15/python-questdb-tutorial"
[[redirects]]
from = "/blog/2020/07/22/influxdb-lp-on-tcp"
to = "/tutorial/2020/07/22/influxdb-lp-on-tcp"
[[redirects]]
from = "/blog/2020/08/25/questitto"
to = "/tutorial/2020/08/25/questitto"
[[redirects]]
from = "/blog/2020/11/26/http-server-contribution"
to = "/blog/2020/11/16/http-server-contribution"
[[redirects]]
from = "/blog/2020/11/16/why-timeseries-data"
to = "/blog/2020/11/26/why-timeseries-data"
[[redirects]]
from = "/docs/reference/client/cli"
to = "/docs/reference/command-line-options"
[[redirects]]
from = "/docs/reference/client/web-console"
to = "/docs/reference/web-console"
[[redirects]]
from = "/docs/guides/hysteresis"
to = "/docs/guides/out-of-order-commit-lag"
[[redirects]]
from = "/tutorial/2021/09/05/telegraf-and-questdb-for-storing-metrics-in-a-timeseries-database"
to = "/tutorial/2021/07/09/telegraf-and-questdb-for-storing-metrics-in-a-timeseries-database"
[[redirects]]
from = "/blog/2021/09/13/release-6-0-5"
to = "/blog/2021/09/13/release-6-0-5-geospatial-data"
[[redirects]]
from = "/blog/2021/07/16/release-6-0-4"
to = "/blog/2021/07/16/release-6-0-4-prometheus-metrics"
[[redirects]]
from = "/careers/head-of-talent/"
to = "/careers/people-and-talent-acquisition/"
[[redirects]]
from = "/careers/backend-software-engineer/"
to = "/careers/core-database-engineer/"
[[redirects]]
from = "/case-study/innova/"
to = "/case-study/turk-telekom/"
[[redirects]]
from = "/developer-in-test"
to = "/careers"
[[redirects]]
from = "/people-and-talent-acquisition"
to = "/careers"