forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_redirects
31 lines (28 loc) · 1.21 KB
/
_redirects
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
---
layout: null
---
# REPL builds, to preview pull requests
/repl/build/:build /repl/ 200
# Previous versions of the REPL
/repl/version/:version /repl/ 200
# Ported from redirect_from
/docs/using-babel/ /docs/setup/
/plugins.html /docs/setup/
/docs/using-6to5/ /docs/setup/
/docs/usage/browser/ /docs/setup/
/browser.html /docs/setup/
/docs/core-packages/babel-register/ /docs/usage/babel-register/
/docs/usage/require/ /docs/usage/babel-register/
/docs/usage/options/ /docs/usage/api/
/docs/advanced/plugins/ /docs/plugins/
/docs/usage/modules/ /docs/plugins/
/caveats.html /docs/usage/caveats/
/usage.html /docs/usage/cli/
/docs/faq/ /faq/
/php.html /php/
/repl.html /repl/
/docs/learn-es6/ /learn-es2015/
/docs/learn-es2015/ /learn-es2015/
/features.html /learn-es2015/
/docs/tour/ /learn-es2015/
/docs/plugins/transform-es2015-constants /docs/plugins/check-es2015-constants/