|
116 | 116 | "source": "/:locale/docs/inspector",
|
117 | 117 | "destination": "/:locale/learn/getting-started/debugging"
|
118 | 118 | },
|
119 |
| - { |
120 |
| - "source": "/:locale/docs/guides/debugging-getting-started", |
121 |
| - "destination": "/:locale/learn/getting-started/debugging" |
122 |
| - }, |
123 | 119 | {
|
124 | 120 | "source": "/:locale/contribute/:path*",
|
125 | 121 | "destination": "/:locale/get-involved"
|
|
169 | 165 | "destination": "/:locale/about/security-reporting"
|
170 | 166 | },
|
171 | 167 | {
|
172 |
| - "source": "/:locale/docs/guides/getting-started-guide", |
| 168 | + "source": "/:locale/docs", |
| 169 | + "destination": "https://nodejs.org/docs/latest/api/" |
| 170 | + }, |
| 171 | + { |
| 172 | + "source": "/:locale/docs/guides", |
| 173 | + "destination": "/:locale/guides" |
| 174 | + }, |
| 175 | + { |
| 176 | + "source": "/:locale/docs/guides/:path*", |
| 177 | + "destination": "/:locale/guides/:path*" |
| 178 | + }, |
| 179 | + { |
| 180 | + "source": "/:locale/guides/getting-started-guide", |
173 | 181 | "destination": "/:locale/learn/getting-started/introduction-to-nodejs"
|
174 | 182 | },
|
175 | 183 | {
|
176 |
| - "source": "/:locale/docs/guides/blocking-vs-non-blocking", |
| 184 | + "source": "/:locale/guides/blocking-vs-non-blocking", |
177 | 185 | "destination": "/:locale/learn/asynchronous-work/overview-of-blocking-vs-non-blocking"
|
178 | 186 | },
|
179 | 187 | {
|
180 |
| - "source": "/:locale/docs/guides/timers-in-node/", |
| 188 | + "source": "/:locale/guides/timers-in-node", |
181 | 189 | "destination": "/:locale/learn/asynchronous-work/discover-javascript-timers"
|
182 | 190 | },
|
183 | 191 | {
|
184 |
| - "source": "/:locale/docs/es6", |
185 |
| - "destination": "/:locale/learn/getting-started/ecmascript-2015-es6-and-beyond" |
| 192 | + "source": "/:locale/guides/working-with-different-filesystems", |
| 193 | + "destination": "/:locale/learn/manipulating-files/working-with-different-filesystems" |
186 | 194 | },
|
187 | 195 | {
|
188 |
| - "source": "/:locale/docs/guides/diagnostics-flamegraph", |
189 |
| - "destination": "/:locale/learn/diagnostics/flame-graphs" |
| 196 | + "source": "/:locale/guides/anatomy-of-an-http-transaction", |
| 197 | + "destination": "/:locale/learn/modules/anatomy-of-an-http-transaction" |
190 | 198 | },
|
191 | 199 | {
|
192 |
| - "source": "/:locale/docs/guides/diagnostics", |
193 |
| - "destination": "/:locale/learn/diagnostics/user-journey" |
| 200 | + "source": "/:locale/guides/publishing-napi-modules", |
| 201 | + "destination": "/:locale/learn/modules/publishing-node-api-modules" |
194 | 202 | },
|
195 | 203 | {
|
196 |
| - "source": "/:locale/docs/guides/diagnostics/:path*", |
197 |
| - "destination": "/:locale/learn/diagnostics/:path*" |
| 204 | + "source": "/:locale/docs/es6", |
| 205 | + "destination": "/:locale/learn/getting-started/ecmascript-2015-es6-and-beyond" |
198 | 206 | },
|
199 | 207 | {
|
200 |
| - "source": "/:locale/docs", |
201 |
| - "destination": "https://nodejs.org/docs/latest/api/" |
| 208 | + "source": "/:locale/guides/diagnostics-flamegraph", |
| 209 | + "destination": "/:locale/learn/diagnostics/flame-graphs" |
202 | 210 | },
|
203 | 211 | {
|
204 |
| - "source": "/:locale/docs/guides", |
205 |
| - "destination": "/:locale/guides" |
| 212 | + "source": "/:locale/guides/diagnostics", |
| 213 | + "destination": "/:locale/learn/diagnostics/user-journey" |
206 | 214 | },
|
207 | 215 | {
|
208 |
| - "source": "/:locale/docs/guides/:path*", |
209 |
| - "destination": "/:locale/guides/:path*" |
| 216 | + "source": "/:locale/guides/debugging-getting-started", |
| 217 | + "destination": "/:locale/learn/getting-started/debugging" |
| 218 | + }, |
| 219 | + { |
| 220 | + "source": "/:locale/guides/diagnostics/:path*", |
| 221 | + "destination": "/:locale/learn/diagnostics/:path*" |
210 | 222 | },
|
211 | 223 | {
|
212 | 224 | "source": "/:locale/get-involved",
|
|
0 commit comments