Merge "Add redirect for latest version of Configuration Guide"
This commit is contained in:
@@ -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/') }}
|
||||
|
||||
Reference in New Issue
Block a user