|
1 | 1 | { |
2 | 2 | "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 | + }, |
3 | 33 | { |
4 | 34 | "source": "/r/extension/gist", |
5 | | - "destination": "https://runme.dev/blog/runme-gist", |
| 35 | + "destination": "/usage/runme-gist", |
6 | 36 | "permanent": false |
7 | 37 | }, |
8 | 38 | { |
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 |
12 | 42 | }, |
13 | 43 | { |
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", |
16 | 66 | "permanent": false |
17 | 67 | }, |
18 | 68 | { |
19 | 69 | "source": "/getting-started/(.*)", |
20 | 70 | "destination": "/getting-started/$1", |
21 | 71 | "permanent": true |
22 | 72 | }, |
| 73 | + { |
| 74 | + "source": "/getting-started/faq", |
| 75 | + "destination": "/resources/faq", |
| 76 | + "permanent": true |
| 77 | + }, |
23 | 78 | { |
24 | 79 | "source": "/(Guide|guides)", |
25 | 80 | "destination": "/guide", |
|
185 | 240 | "destination": "/usage/github-actions-workflow", |
186 | 241 | "permanent": true |
187 | 242 | }, |
| 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 | + }, |
188 | 258 | { |
189 | 259 | "source": "/Reference/flag", |
190 | 260 | "destination": "/configuration/cli-reference", |
191 | 261 | "permanent": true |
| 262 | + }, |
| 263 | + { |
| 264 | + "source": "/Reference/mime", |
| 265 | + "destination": "/configuration/mime", |
| 266 | + "permanent": true |
192 | 267 | } |
193 | 268 | ] |
194 | 269 | } |
195 | | - |
|
0 commit comments