-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
135 lines (135 loc) · 3.58 KB
/
Copy pathvercel.json
File metadata and controls
135 lines (135 loc) · 3.58 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"redirects": [
{
"source": "/docs/backends/byonoy-absorbance96",
"destination": "/docs/instruments/byonoy-absorbance96",
"permanent": true
},
{
"source": "/docs/backends/hamilton-star",
"destination": "/docs/instruments/hamilton-star",
"permanent": true
},
{
"source": "/docs/backends/inheco-odtc",
"destination": "/docs/instruments/inheco-odtc",
"permanent": true
},
{
"source": "/docs/backends/opentrons-flex",
"destination": "/docs/instruments/opentrons-flex",
"permanent": true
},
{
"source": "/docs/backends/opentrons-ot2",
"destination": "/docs/instruments/opentrons-ot2",
"permanent": true
},
{
"source": "/docs/compiler/cli-reference",
"destination": "/docs/compiler/cli",
"permanent": true
},
{
"source": "/docs/compiler/lair-dialects",
"destination": "/docs/compiler/lair",
"permanent": true
},
{
"source": "/docs/compiler/pipeline",
"destination": "/docs/compiler/architecture",
"permanent": true
},
{
"source": "/docs/contributing/execution",
"destination": "/docs/contributing/execution-support",
"permanent": true
},
{
"source": "/docs/contributing/procedures",
"destination": "/docs/contributing/procedure-semantics",
"permanent": true
},
{
"source": "/docs/contributing/python-procedures",
"destination": "/docs/contributing/pipetting-methods",
"permanent": true
},
{
"source": "/docs/contributing/scientific-packages",
"destination": "/docs/contributing/scientific-vocabulary",
"permanent": true
},
{
"source": "/docs/guide/action-contracts",
"destination": "/docs/language/action-contracts",
"permanent": true
},
{
"source": "/docs/guide/first-program",
"destination": "/docs/language/first-program",
"permanent": true
},
{
"source": "/docs/guide/material-flow-and-acceptance",
"destination": "/docs/language/material-flow-and-acceptance",
"permanent": true
},
{
"source": "/docs/guide/modules-and-packages",
"destination": "/docs/language/modules-and-packages",
"permanent": true
},
{
"source": "/docs/guide/reactive-workflows",
"destination": "/docs/language/reactive-workflows",
"permanent": true
},
{
"source": "/docs/guide/syntax-reference",
"destination": "/docs/language/syntax",
"permanent": true
},
{
"source": "/docs/guide/the-two-arrows",
"destination": "/docs/language/bindings-and-effects",
"permanent": true
},
{
"source": "/docs/guide/values-and-kinds",
"destination": "/docs/language/values-roles-and-kinds",
"permanent": true
},
{
"source": "/docs/overview",
"destination": "/docs/describe-an-experiment",
"permanent": true
},
{
"source": "/docs/toolchain/building-from-source",
"destination": "/docs/development-setup",
"permanent": true
},
{
"source": "/docs/toolchain/contributing",
"destination": "/docs/contributing",
"permanent": true
},
{
"source": "/docs/toolchain/python-procedures",
"destination": "/docs/contributing/pipetting-methods",
"permanent": true
},
{
"source": "/docs/tooling/editor-support",
"destination": "/docs/compiler/editor-support",
"permanent": true
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}