-
Notifications
You must be signed in to change notification settings - Fork 31
/
netlify.toml
95 lines (77 loc) · 1.76 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
[[redirects]]
from = "/download"
to = "https://chrismaltby.itch.io/gb-studio"
status = 301
force = true
[[redirects]]
from = "/docs/keyboard-shortcuts"
to = "/docs/getting-started/keyboard-shortcuts"
status = 301
[[redirects]]
from = "/docs/saving-loading"
to = "/docs/getting-started/saving-loading"
status = 301
[[redirects]]
from = "/docs/scenes"
to = "/docs/project-editor/scenes"
status = 301
[[redirects]]
from = "/docs/player"
to = "/docs/project-editor/player"
status = 301
[[redirects]]
from = "/docs/actors"
to = "/docs/project-editor/actors"
status = 301
[[redirects]]
from = "/docs/triggers"
to = "/docs/project-editor/triggers"
status = 301
[[redirects]]
from = "/docs/script-glossary"
to = "/docs/category/event-glossary"
status = 301
[[redirects]]
from = "/docs/custom-scripts"
to = "/docs/scripting/custom-scripts"
status = 301
[[redirects]]
from = "/docs/sprites"
to = "/docs/assets/sprites"
status = 301
[[redirects]]
from = "/docs/backgrounds"
to = "/docs/assets/backgrounds"
status = 301
[[redirects]]
from = "/docs/ui-elements"
to = "/docs/assets/ui-elements"
status = 301
[[redirects]]
from = "/docs/music"
to = "/docs/assets/music"
status = 301
[[redirects]]
from = "/docs/music-huge"
to = "/docs/assets/music/music-huge"
status = 301
[[redirects]]
from = "/docs/music-gbt"
to = "/docs/assets/music/music-gbt"
status = 301
[[redirects]]
from = "/docs/sound-effects"
to = "/docs/assets/sound-effects"
status = 301
[[redirects]]
from = "/docs/engine-eject"
to = "/docs/extending-gbstudio/engine-eject"
status = 301
[[redirects]]
from = "/migrate"
to = "/docs/migrate"
status = 301
[[redirects]]
from = "/docs/error"
to = "/error"
status = 301