-
Notifications
You must be signed in to change notification settings - Fork 384
/
Copy path_redirects
81 lines (66 loc) · 3.69 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
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
# Netlify Redirects
# https://docs.netlify.com/routing/redirects/#syntax-for-the-redirects-file
# Issue #247.
# Redirect /docs/apis/plugintypes/commonfiles to /docs/apis/commonfiles.
/docs/apis/plugintypes/commonfiles /docs/apis/commonfiles
# Issue #
# Redirect integration-review to integration
/general/development/process/integration-review /general/development/process/integration
# Issue #86
# Redirect /docs/moodleapp to /general/app
/docs/moodleapp /general/app
# Issue #331
/general/development/process/translation/amos https://docs.moodle.org/en/AMOS_manual
/general/development/process/translation/contributing https://docs.moodle.org/en/Contributing_a_translation
/general/development/process/translation/locales https://docs.moodle.org/en/List_of_locales_supported_on_Moodle_community_servers
/general/development/process/translation/maintaining https://docs.moodle.org/en/Maintaining_a_language_pack
/general/development/process/translation/moodleapp https://docs.moodle.org/en/Moodle_App_Translation
/general/development/process/translation/langpack https://docs.moodle.org/en/Starting_a_new_language_pack
/general/development/process/translation/langpack/locales https://docs.moodle.org/en/Table_of_locales
/general/development/process/translation/docs https://docs.moodle.org/en/Translating_Moodle_Docs
/general/development/process/translation/plugins https://docs.moodle.org/en/Translating_plugins
/general/development/process/translation https://docs.moodle.org/en/Translation
/general/development/process/translation/faq https://docs.moodle.org/en/Translation_FAQ
/general/development/process/translation/langpack/langconfig https://docs.moodle.org/en/Translation_langconfig
/general/development/process/translation/langpack/priority https://docs.moodle.org/en/Translation_priority
# Issue #384
/license /general/license
# Issue #386
# Redirect /releases to /general/releases
/releases /general/releases
# Issue 415
# Redirect /roadmap to /general/community/roadmap
/roadmap /general/community/roadmap
# Issue #393
# Redirect /docs/apis/plugintypes/tinymce to /docs/apis/plugintypes/tiny/legacy
/docs/apis/plugintypes/tinymce /docs/apis/plugintypes/tiny/legacy
# MOBILE-4270
/general/app/development/release-process /general/development/process-moodleapp/release
# Issue #998
# Redirect /apis/plugintypes/tiny/legacy to /apis/plugintypes/tiny
/docs/apis/plugintypes/tiny/legacy /docs/apis/plugintypes/tiny
/docs/4.4/apis/plugintypes/tiny/legacy /docs/apis/plugintypes/tiny
/docs/4.3/apis/plugintypes/tiny/legacy /docs/apis/plugintypes/tiny
/docs/4.2/apis/plugintypes/tiny/legacy /docs/apis/plugintypes/tiny
# Issue #999
/general/community/meetings/202403 /general/community/meetings/2024/03
/general/community/meetings/202402 /general/community/meetings/2024/02
/general/community/meetings/202311 /general/community/meetings/2023/11
/general/community/meetings/202308 /general/community/meetings/2023/08
/general/community/meetings/202305 /general/community/meetings/2023/05
/general/community/meetings/202303 /general/community/meetings/2023/03
/general/community/meetings/202301 /general/community/meetings/2023/01
/general/community/meetings/202210 /general/community/meetings/2022/10
/general/community/meetings/202206 /general/community/meetings/2022/06
############################################################################
# Splats should go later for performance
############################################################################
# Issue #386
# Redirect /releases to /general/releases
/releases/* /general/releases/:splat
# Issue 415
# Redirect /roadmap to /general/community/roadmap
/roadmap/* /general/community/roadmap/:splat
# Issue #955
# Redirect /docs/* to /docs/[nextVersion]/:splat
/docs/* /docs/5.0/:splat