-
Notifications
You must be signed in to change notification settings - Fork 933
/
netlify.toml
65 lines (51 loc) · 1.39 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
[build]
base = "site/jekyll"
publish = "site/jekyll/_site"
command = "bundle exec jekyll build"
# Shortcuts
[[redirects]]
from = "/download"
to = "/getting-started/download.html"
status = 302
[[redirects]]
from = "/docs"
to = "/getting-started/aspnetcore.html"
status = 302
# Old documentation URLs
[[redirects]]
from = "/getting-started/aspnet5.html"
to = "/getting-started/aspnetcore.html"
[[redirects]]
from = "/getting-started/tutorial.html"
to = "/tutorials/aspnetcore.html"
[[redirects]]
from = "/guides/weboptimizer.html"
to = "/bundling/weboptimizer.html"
[[redirects]]
from = "/guides/cassette.html"
to = "/bundling/cassette.html"
[[redirects]]
from = "/guides/webpack.html"
to = "/bundling/webpack.html"
[[redirects]]
from = "/guides/msbuild.html"
to = "/bundling/msbuild.html"
[[redirects]]
from = "/guides/server-side-rendering.html"
to = "/features/server-side-rendering.html"
[[redirects]]
from = "/guides/es6.html"
to = "/features/es6.html"
[[redirects]]
from = "/guides/react-router.html"
to = "/features/react-router.html"
[[redirects]]
from = "/guides/chakracore.html"
to = "/getting-started/chakracore.html"
# Old package URLs
[[redirects]]
from = "/packages/*"
to = "https://ci.appveyor.com/nuget/reactjs.net/:splat"
[[redirects]]
from = "/dev/packages/*"
to = "https://ci.appveyor.com/nuget/reactjs.net/:splat"