forked from urbit/urbit.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
228 lines (228 loc) · 6.49 KB
/
vercel.json
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/getting-started/server",
"destination": "/getting-started/cli"
},
{
"source": "/applications",
"destination": "/ecosystem?type=applications"
},
{
"source": "/understanding-urbit/:path*",
"destination": "/overview/:path*"
},
{
"source": "/blog/layer-2-guides",
"destination": "https://developers.urbit.org/blog/layer-2-guides"
},
{
"source": "/grants/Faux",
"destination": "/grants/faux"
},
{
"source": "/getting-started/layer-2-for-planets",
"destination": "/using/id/layer-2-for-planets"
},
{
"source": "/guides/getting-an-urbit-id",
"destination": "/getting-started/get-planet"
},
{
"source": "/guides/installing-applications",
"destination": "/getting-started/installing-applications"
},
{
"source": "/guides/joining-groups",
"destination": "/getting-started/joining-groups"
},
{
"source": "/groups/~ladtem-filmyr/urbit-ny-takeover",
"destination": "/groups/~ladtem-filmyr/urbit-ny-week",
"permanent": true
},
{
"source": "/applications/~livdel-binmun-lomder-librun/ballot",
"destination": "/applications/~lomder-librun/ballot",
"permanent": true
},
{
"source": "/grants/grant-submission-guide",
"destination": "/grants/proposals",
"permanent": true
},
{
"source": "/grants/(apprenticeships|proposals|bounties)/:page",
"destination": "/grants/:page",
"permanent": true
},
{
"source": "/primer",
"destination": "/overview",
"permanent": true
},
{
"source": "/breach",
"destination": "/reset",
"permanent": true
},
{
"source": "/install",
"destination": "/getting-started",
"permanent": true
},
{
"source": "/using/:path*",
"destination": "https://operators.urbit.org/manual/:path",
"permanent": true
},
{
"source": "/install/mac/latest",
"destination": "https://github.com/urbit/urbit/releases/latest/download/darwin.tgz",
"permanent": true
},
{
"source": "/install/linux64/latest",
"destination": "https://github.com/urbit/urbit/releases/latest/download/linux64.tgz",
"permanent": true
},
{
"source": "/install/windows/latest",
"destination": "http://github.com/urbit/urbit/releases/latest/download/windows.tgz",
"permanent": true
},
{
"source": "/docs/getting-started/using-a-star",
"destination": "/using/os/stars-and-galaxies/",
"permanent": true
},
{
"source": "/docs",
"destination": "https://developers.urbit.org/",
"permanent": true
},
{
"source": "/docs/arvo/:path*",
"destination": "https://developers.urbit.org/reference/arvo/:path",
"permanent": true
},
{
"source": "/docs/azimuth/:path*",
"destination": "https://developers.urbit.org/reference/azimuth/:path",
"permanent": true
},
{
"source": "/docs/development/:path*",
"destination": "https://developers.urbit.org/guides/core/environment",
"permanent": true
},
{
"source": "/docs/glossary/:path*",
"destination": "https://developers.urbit.org/reference/glossary/:path",
"permanent": true
},
{
"source": "/docs/hoon/guides/:path*",
"destination": "https://developers.urbit.org/guides/additional/:path",
"permanent": true
},
{
"source": "/docs/hoon/hoon-school/:path*",
"destination": "https://developers.urbit.org/guides/core/hoon-school",
"permanent": true
},
{
"source": "/docs/hoon/reference/:path*",
"destination": "https://developers.urbit.org/reference/hoon/:path",
"permanent": true
},
{
"source": "/docs/nock/:path*",
"destination": "https://developers.urbit.org/reference/nock/:path",
"permanent": true
},
{
"source": "/docs/nock/:path*",
"destination": "https://developers.urbit.org/reference/nock/:path",
"permanent": true
},
{
"source": "/docs/system-overview/arvo",
"destination": "https://developers.urbit.org/overview/arvo",
"permanent": true
},
{
"source": "/docs/system-overview/azimuth",
"destination": "https://developers.urbit.org/overview/azimuth",
"permanent": true
},
{
"source": "/docs/system-overview/cryptography",
"destination": "https://developers.urbit.org/reference/additional/cryptography",
"permanent": true
},
{
"source": "/docs/system-overview/hoon",
"destination": "https://developers.urbit.org/overview/hoon",
"permanent": true
},
{
"source": "/docs/system-overview/nock",
"destination": "https://developers.urbit.org/overview/nock",
"permanent": true
},
{
"source": "/docs/system-overview/vere",
"destination": "https://developers.urbit.org/overview/vere",
"permanent": true
},
{
"source": "/docs/userspace/dist/:path*",
"destination": "https://developers.urbit.org/guides/additional/software-distribution",
"permanent": true
},
{
"source": "/docs/userspace/full-stack/:path*",
"destination": "https://developers.urbit.org/guides/core/app-school-full-stack/:path",
"permanent": true
},
{
"source": "/docs/userspace/gall-guide/:path*",
"destination": "https://developers.urbit.org/guides/core/app-school/:path*",
"permanent": true
},
{
"source": "/docs/userspace/threads/:path*",
"destination": "https://developers.urbit.org/reference/arvo/threads/:path*",
"permanent": true
},
{
"source": "/docs/vere/:path*",
"destination": "https://developers.urbit.org/reference/runtime/:path*",
"permanent": true
},
{
"source": "/applications/~dister-fabnev-hinmur/escape",
"destination": "/applications/~fabnev-hinmur/escape",
"permanent": true
},
{
"source": "/applications/~dister-fabnev-hinmur/handshake",
"destination": "/applications/~fabnev-hinmur/handshake",
"permanent": true
},
{
"source": "/applications/~dister-norsyr-torryn/canvas",
"destination": "/applications/~norsyr-torryn/canvas",
"permanent": true
},
{
"source": "/applications/~dister-dozzod-dalten/gora",
"destination": "/applications/~dalten/gora",
"permanent": true
}
]
}