Skip to content

Commit 2af4fdb

Browse files
committed
try once more
1 parent d3c9385 commit 2af4fdb

File tree

1 file changed

+81
-7
lines changed

1 file changed

+81
-7
lines changed

vercel.json

Lines changed: 81 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,80 @@
11
{
22
"redirects": [
3+
{
4+
"source": "/r/extension/(.*)",
5+
"destination": "/configuration/cell-level#$1",
6+
"permanent": false
7+
},
8+
{
9+
"source": "/r/extension/background",
10+
"destination": "/configuration/cell-level#handle-long-running-processes",
11+
"permanent": false
12+
},
13+
{
14+
"source": "/r/extension/interactive",
15+
"destination": "/configuration/cell-level#interactive-vs-non-interactive-cells",
16+
"permanent": false
17+
},
18+
{
19+
"source": "/r/extension/closeTerminalOnSuccess",
20+
"destination": "/configuration/cell-level#terminal-visibility-post-execution",
21+
"permanent": false
22+
},
23+
{
24+
"source": "/r/extension/promptEnv",
25+
"destination": "/configuration/cell-level#set-environment-variables",
26+
"permanent": false
27+
},
28+
{
29+
"source": "/r/extension/mimeType",
30+
"destination": "/configuration/mime",
31+
"permanent": false
32+
},
333
{
434
"source": "/r/extension/gist",
5-
"destination": "https://runme.dev/blog/runme-gist",
35+
"destination": "/usage/runme-gist",
636
"permanent": false
737
},
838
{
9-
"source": "/configuration/runme-gist",
10-
"destination": "/integrations/runme-gist",
11-
"permanent": true
39+
"source": "/r/extension/name",
40+
"destination": "/configuration/cell-level#unnamed-vs-named-cells",
41+
"permanent": false
1242
},
1343
{
14-
"source": "/r/extension/(.*)",
15-
"destination": "/configuration/cell-level#$1",
44+
"source": "/r/extension/cwd",
45+
"destination": "/configuration/cell-level#cell-cwd-current-working-directory",
46+
"permanent": false
47+
},
48+
{
49+
"source": "/r/extension/interpreter",
50+
"destination": "/usage/shebang",
51+
"permanent": false
52+
},
53+
{
54+
"source": "/r/extension/category",
55+
"destination": "/configuration/cell-level#run-all-cells-by-category",
56+
"permanent": false
57+
},
58+
{
59+
"source": "/r/extension/excludeFromRunAll",
60+
"destination": "/configuration/cell-level#exclude-cell-from-run-all",
61+
"permanent": false
62+
},
63+
{
64+
"source": "/r/extension/terminalRows",
65+
"destination": "/configuration/cell-level#terminal-row",
1666
"permanent": false
1767
},
1868
{
1969
"source": "/getting-started/(.*)",
2070
"destination": "/getting-started/$1",
2171
"permanent": true
2272
},
73+
{
74+
"source": "/getting-started/faq",
75+
"destination": "/resources/faq",
76+
"permanent": true
77+
},
2378
{
2479
"source": "/(Guide|guides)",
2580
"destination": "/guide",
@@ -185,11 +240,30 @@
185240
"destination": "/usage/github-actions-workflow",
186241
"permanent": true
187242
},
243+
{
244+
"source": "/integrations/data-rendering",
245+
"destination": "/configuration/output-rendering",
246+
"permanent": true
247+
},
248+
{
249+
"source": "/integrations/foyle",
250+
"destination": "/guide/foyle",
251+
"permanent": true
252+
},
253+
{
254+
"source": "/open-source",
255+
"destination": "/resources/open-source",
256+
"permanent": true
257+
},
188258
{
189259
"source": "/Reference/flag",
190260
"destination": "/configuration/cli-reference",
191261
"permanent": true
262+
},
263+
{
264+
"source": "/Reference/mime",
265+
"destination": "/configuration/mime",
266+
"permanent": true
192267
}
193268
]
194269
}
195-

0 commit comments

Comments
 (0)