-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathvercel.json
More file actions
65 lines (65 loc) · 1.81 KB
/
Copy pathvercel.json
File metadata and controls
65 lines (65 loc) · 1.81 KB
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
{
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/docs/cadence_migration_guide/:path*",
"destination": "/docs/cadence-migration-guide/:path*",
"permanent": true
},
{
"source": "/docs/1.0/cadence_migration_guide/:path*",
"destination": "/docs/1.0/cadence-migration-guide/:path*",
"permanent": true
},
{
"source": "/docs/tutorial/:number(\\d+)-:path",
"destination": "/docs/tutorial/:path",
"permanent": true
},
{
"source": "/docs/1.0/tutorial/:number(\\d+)-:path",
"destination": "/docs/1.0/tutorial/:path",
"permanent": true
},
{
"source": "/docs/1.0/:path*",
"destination": "/docs/:path*"
},
{
"source": "/docs/language/intersection-types",
"destination": "/docs/language/types-and-type-system/intersection-types",
"permanent": true
},
{
"source": "/docs/language/run-time-types",
"destination": "/docs/language/types-and-type-system/run-time-types",
"permanent": true
},
{
"source": "/docs/language/type-annotations",
"destination": "/docs/language/types-and-type-system/type-annotations",
"permanent": true
},
{
"source": "/docs/language/type-hierarchy",
"destination": "/docs/language/types-and-type-system/type-hierarchy",
"permanent": true
},
{
"source": "/docs/language/type-inference",
"destination": "/docs/language/types-and-type-system/type-inference",
"permanent": true
},
{
"source": "/docs/language/type-safety",
"destination": "/docs/language/types-and-type-system/type-safety",
"permanent": true
},
{
"source": "/docs/language/glossary",
"destination": "/docs/language/syntax",
"permanent": true
}
]
}