Merge "add a redirect for the old cells landing page"
This commit is contained in:
commit
f9e353a585
5
doc/source/_extra/.htaccess
Normal file
5
doc/source/_extra/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
# As part of the doc-migration during Pike, the main cells landing page
|
||||
# moved. Redirect from the old to new location.
|
||||
redirectmatch 301 ^/nova/([^/]+)/cells.html$ /nova/$1/user/cells.html
|
||||
# This pattern should match the URL on the draft site
|
||||
redirectmatch 301 /doc/build/html/cells.html$ /nova/$1/user/cells.html
|
@ -140,6 +140,10 @@ html_theme = 'openstackdocs'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
# Add any paths that contain "extra" files, such as .htaccess or
|
||||
# robots.txt.
|
||||
html_extra_path = ['_extra']
|
||||
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
||||
|
Loading…
x
Reference in New Issue
Block a user