-
Notifications
You must be signed in to change notification settings - Fork 179
/
netlify.toml
51 lines (44 loc) · 1.43 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
# Netlify build
[build]
ignore = "exit 0"
# command = "./hack/build-gitbooks.sh"
# publish = "docs/book/_book"
# Netlify redirects
[[redirects]]
from = "https://kubernetes-sigs-vsphere-csi-driver.netlify.com/*"
to = "https://vsphere-csi-driver.sigs.k8s.io/:splat"
status = 301
force = true
# HTTP -> HTTPS
[[redirects]]
from = "http://vsphere-csi-driver.sigs.k8s.io/*"
to = "https://vsphere-csi-driver.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "http://kubernetes-sigs-vsphere-csi-driver.netlify.com/*"
to = "http://vsphere-csi-driver.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "https://vsphere-csi-driver.sigs.k8s.io/"
to = "https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html"
status = 301
force = true
[[redirects]]
from = "https://vsphere-csi-driver.sigs.k8s.io/*"
to = "https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html"
status = 301
force = true
# HTTP -> HTTPS
[[redirects]]
from = "http://vsphere-csi-driver.sigs.k8s.io/"
to = "https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html"
status = 301
force = true
# HTTP -> HTTPS
[[redirects]]
from = "http://vsphere-csi-driver.sigs.k8s.io/*"
to = "https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html"
status = 301
force = true