forked from kubernetes-sigs/cluster-api-provider-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
24 lines (21 loc) · 769 Bytes
/
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
# Netlify build instructions
[build]
command = "./docs/book/install-and-build.sh"
publish = "docs/book/book"
# Standard Netlify redirects
[[redirects]]
from = "https://master--kubernetes-sigs-cluster-api-provider-azure.netlify.com/*"
to = "https://master.cluster-api-provider-azure.sigs.k8s.io/:splat"
status = 301
force = true
# HTTP-to-HTTPS rules
[[redirects]]
from = "http://master.cluster-api-provider-azure.sigs.k8s.io/*"
to = "https://master.cluster-api-provider-azure.sigs.k8s.io/:splat"
status = 301
force = true
[[redirects]]
from = "http://master--kubernetes-sigs-cluster-api-provider-azure.netlify.com/*"
to = "http://master.cluster-api-provider-azure.sigs.k8s.io/:splat"
status = 301
force = true