forked from vegaprotocol/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
48 lines (39 loc) · 1.26 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
[build]
command = "touch proto.json && yarn && yarn build"
publish = "./build"
[build.environment]
NETLIFY_USE_YARN = "true"
PYTHON_VERSION = "3.8"
YARN_VERSION = "1.22.10"
[[redirects]]
from = "/docs/tools/vega-wallet/cli-wallet/create-wallet"
to = "/docs/mainnet/tools/vega-wallet/cli-wallet/latest/create-wallet"
status = 301
[[redirects]]
from = "/docs/tools/vega-wallet/CLI-wallet/*"
to = "/docs/mainnet/tools/vega-wallet/cli-wallet/:splat"
status = 301
[[redirects]]
from = "/docs/tools/vega-wallet/concepts"
to = "/docs/mainnet/concepts/vega-wallet"
status = 301
[[redirects]]
from = "/docs/tools/vega-wallet/cli-wallet/latest/create-wallet"
to = "/docs/mainnet/tools/vega-wallet/cli-wallet/latest/create-wallet"
status = 301
[[redirects]]
from = "/docs/tools/vega-wallet"
to = "/docs/mainnet/tools/vega-wallet"
status = 301
[[redirects]]
from = "/docs/tools/vega-wallet/desktop-app/latest/getting-started"
to = "/docs/mainnet/tools/vega-wallet/desktop-app/latest/getting-started"
status = 301
[[redirects]]
from = "/docs/concepts/new-to-vega"
to = "/docs/mainnet/concepts/new-to-vega"
status = 301
[[redirects]]
from = "/docs/releases/core/release-notes"
to = "/docs/mainnet/releases/core/release-notes"
status = 301