-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathvercel.json
More file actions
124 lines (124 loc) · 3.45 KB
/
vercel.json
File metadata and controls
124 lines (124 loc) · 3.45 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
{
"redirects": [
{
"source": "/r/extension/background",
"destination": "https://docs.runme.dev/configuration/cell-level#handle-long-running-processes",
"permanent": false
},
{
"source": "/r/extension/interactive",
"destination": "https://docs.runme.dev/configuration/cell-level#interactive-vs-non-interactive-cells",
"permanent": false
},
{
"source": "/r/extension/closeTerminalOnSuccess",
"destination": "https://docs.runme.dev/configuration/cell-level#terminal-visibility-post-execution",
"permanent": false
},
{
"source": "/r/extension/promptEnv",
"destination": "https://docs.runme.dev/configuration/cell-level#set-environment-variables",
"permanent": false
},
{
"source": "/r/extension/mimeType",
"destination": "https://docs.runme.dev/configuration/mime",
"permanent": false
},
{
"source": "/r/extension/gist",
"destination": "https://docs.runme.dev/usage/runme-gist",
"permanent": false
},
{
"source": "/r/extension/name",
"destination": "https://docs.runme.dev/configuration/cell-level#unnamed-vs-named-cells",
"permanent": false
},
{
"source": "/r/extension/cwd",
"destination": "https://docs.runme.dev/configuration/cell-level#cell-cwd-current-working-directory",
"permanent": false
},
{
"source": "/r/extension/interpreter",
"destination": "https://docs.runme.dev/configuration/shebang",
"permanent": false
},
{
"source": "/r/extension/category",
"destination": "https://docs.runme.dev/configuration/cell-level#run-all-cells-by-category",
"permanent": false
},
{
"source": "/r/extension/excludeFromRunAll",
"destination": "https://docs.runme.dev/configuration/cell-level#exclude-cell-from-run-all",
"permanent": false
},
{
"source": "/r/extension/terminalRows",
"destination": "https://docs.runme.dev/configuration/cell-level#terminal-row",
"permanent": false
},
{
"source": "/getting-started/faq",
"destination": "/resources/faq",
"permanent": true
},
{
"source": "/features",
"destination": "/getting-started",
"permanent": true
},
{
"source": "/getting-started/vs-code",
"destination": "https://docs.runme.dev/getting-started/vscode",
"permanent": true
},
{
"source": "/getting-started/web",
"destination": "https://docs.runme.dev/getting-started/web",
"permanent": true
},
{
"source": "/getting-started/runme-via-ssh",
"destination": "/getting-started/vscode-ssh",
"permanent": true
},
{
"source": "/install",
"destination": "/installation",
"permanent": true
},
{
"source": "/Guide",
"destination": "/guide",
"permanent": true
},
{
"source": "/guides",
"destination": "/guide",
"permanent": true
},
{
"source": "/Guide/terraform",
"destination": "/guide/terraform",
"permanent": true
},
{
"source": "/Guide/devcontainer",
"destination": "/usage/devcontainers",
"permanent": true
},
{
"source": "/how-runme-works/vs-code",
"destination": "/getting-started/vscode",
"permanent": true
},
{
"source": "/configuration/runme-gist",
"destination": "/usage/runme-gist",
"permanent": true
}
]
}