forked from Bloom-host/BloomDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
61 lines (47 loc) · 1.6 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
[[redirects]]
from = "/faq"
to = "https://bloom.host/faqs"
[[redirects]]
from = "/plugins/papi"
to = "/plugins/placeholderapi"
[[redirects]]
from = "/forge-mods"
to = "/mods-install"
[[redirects]]
from = "/fabric-mods"
to = "/mods-install"
#############
# These redirects were added when the multi-platform category for plugins and mods was added.
# Some existing plugin/mod pages were moved (and in some cases, merged) from the platform-specific folder into the multi-platform folder.
# These redirect rules are to allow old links to continue to work as they get redirected to the new locations.
[[redirects]] # LuckPerms for Fabric page
from = "/f_luckperms"
to = "/multiplatform/luckperms"
[[redirects]] # Chunky for Fabric page
from = "/f_chunky"
to = "/multiplatform/chunky"
[[redirects]] # Chunky for Bukkit/Spigot/Paper page
from = "/plugins/chunky"
to = "/multiplatform/chunky"
[[redirects]] # LuckPerms for Bukkit/Spigot/Paper page
from = "/plugins/luckperms"
to = "/multiplatform/luckperms"
[[redirects]] # Simple Voice Chat page
from = "/installing-simple-voice-chat"
to = "/multiplatform/simple-voice-chat"
[[redirects]] # LiteBans page
from = "/plugins/litebans"
to = "/multiplatform/litebans"
[[redirects]] # PLayer ANalytics page
from = "/plan"
to = "/multiplatform/plan"
[[redirects]] # Dynmap page
from = "/plugins/dynmap"
to = "/multiplatform/dynmap"
[[redirects]] # AdvancedBan page
from = "/plugins/advancedban"
to = "/multiplatform/advancedban"
[[redirects]] # WorldEdit page
from = "/plugins/worldedit"
to = "/multiplatform/worldedit"
#############