forked from tinkerbell/tinkerbell.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
125 lines (98 loc) · 2.93 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
113
114
115
116
117
118
119
120
121
122
123
124
125
[build]
publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
HUGO_VERSION = "0.69.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.split1]
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
HUGO_VERSION = "0.69.2"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.69.2"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.69.2"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"
[[redirects]]
from = "/contributors"
to = "/community/contributors"
status = 301
[[redirects]]
from = "/community-slack"
to = "/community/slack"
status = 301
[[redirects]]
from = "/support"
to = "/community/support"
status = 301
[[redirects]]
from = "/license"
to = "/terms/license"
status = 301
[[redirects]]
from = "/docs/#whats-powering-tinkerbell"
to = "https://docs.tinkerbell.org/#whats-powering-tinkerbell"
status = 301
[[redirects]]
from = "/docs"
to = "https://docs.tinkerbell.org"
status = 301
[[redirects]]
from = "/docs/architecture"
to = "https://docs.tinkerbell.org/about/architecture/"
status = 301
[[redirects]]
from = "/docs/setup/local-with-vagrant"
to = "https://docs.tinkerbell.org/setup/local-vagrant/"
status = 301
[[redirects]]
from = "/docs/setup/packet-with-terraform"
to = "https://docs.tinkerbell.org/setup/packet-terraform/"
status = 301
[[redirects]]
from = "/docs/setup/packet-with-terraform/provisioner"
to = "https://docs.tinkerbell.org/setup/packet-terraform/#setting-up-the-provisioner"
status = 301
[[redirects]]
from = "/docs/hardware-data"
to = "https://docs.tinkerbell.org/about/hardware-data/"
status = 301
[[redirects]]
from = "/docs/templates"
to = "https://docs.tinkerbell.org/about/templates/"
status = 301
[[redirects]]
from = "/docs/troubleshooting"
to = "https://docs.tinkerbell.org/troubleshooting/"
status = 301
[[redirects]]
from = "/docs/setup/terraform"
to = "https://docs.tinkerbell.org/setup/packet-terraform/"
status = 301
[[redirects]]
from = "/docs/setup/terraform/provisioner"
to = "https://docs.tinkerbell.org/setup/packet-terraform/#setting-up-the-provisioner"
status = 301
[[redirects]]
from = "/docs/cli"
to = "https://docs.tinkerbell.org/cli-reference/hardware/"
status = 301
[[redirects]]
from = "/docs/cli/hardware"
to = "https://docs.tinkerbell.org/cli-reference/hardware/"
status = 301
[[redirects]]
from = "/docs/cli/template"
to = "https://docs.tinkerbell.org/cli-reference/template/"
status = 301
[[redirects]]
from = "/docs/cli/workflow"
to = "https://docs.tinkerbell.org/cli-reference/workflow/"
status = 301