Add redirect for latest version of Configuration Guide
Change-Id: I78e995d8f0fda9d2896436174f72b861811aac53
This commit is contained in:
parent
e1aee9a40c
commit
2ba2207b10
@ -128,6 +128,7 @@ redirectmatch 301 (.*)//(.*) $1/$2
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
||||
# Redirect to series indexes
|
||||
{{ path_to_page('/latest/configuration', '/' + SERIES_IN_DEVELOPMENT + '/configuration/') }}
|
||||
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
|
||||
{{ path_to_released_series('/user', '/user/') }}
|
||||
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}
|
||||
|
@ -145,6 +145,7 @@
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
||||
# Redirect to series indexes
|
||||
{{ path_to_page('/latest/configuration', '/' + SERIES_IN_DEVELOPMENT + '/configuration/') }}
|
||||
{{ path_to_page('/latest/install', '/' + SERIES_IN_DEVELOPMENT + '/install/') }}
|
||||
{{ path_to_released_series('/user', '/user/') }}
|
||||
{{ path_to_page('/latest/user', '/' + SERIES_IN_DEVELOPMENT + '/user/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user