aboutsummaryrefslogtreecommitdiffstats
path: root/site/_data/redirects.yml
blob: 3f10f41317c724062f689b1869156fbb03b8fe61 (plain)
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
# WARNING:
#         these are *string-only* redirects; do NOT use regexes

# 302 (temporary) renames of versions
version-renames:
    "master": "dev"
    "1.0": "1.x"
    "2.0": "2.x"
    "2.0.1": "2.x"
    "2.0.2": "2.x"
    "2.0.3": "2.x"

# 302 (temporary) renames of languages
#language-renames:
#    "zh": "zh-tw"

# 301 (PERMANENT) redirect paths relative to /
#general:
#    "plugins/authors.html": "docs/en/latest/guide/hybrid/plugins/index.html#publishing-plugins"

# 301 (PERMANENT) redirect paths relative to /docs/XX/
#specs:
#    "dev/guide/platforms/android/tools.html": "dev/guide/platforms/android/index.html"
#    "dev/guide/platforms/android/lifecycle.html": "dev/guide/platforms/android/index.html#lifecycle-guide"