Merge "docs: Replacing underscores with dashes"

This commit is contained in:
Zuul 2019-11-22 20:57:51 +00:00 committed by Gerrit Code Review
commit a75b2f1e32
4 changed files with 3 additions and 1 deletions

View File

@ -76,3 +76,4 @@ redirectmatch 301 ^/nova/([^/]+)/vmstates.html$ /nova/$1/reference/vm-states.htm
redirectmatch 301 ^/nova/([^/]+)/wsgi.html$ /nova/$1/user/wsgi.html redirectmatch 301 ^/nova/([^/]+)/wsgi.html$ /nova/$1/user/wsgi.html
redirectmatch 301 ^/nova/([^/]+)/admin/adv-config.html$ /nova/$1/admin/index.html redirectmatch 301 ^/nova/([^/]+)/admin/adv-config.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.html$ /nova/$1/admin/index.html redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/port_with_resource_request.html$ /nova/$1/admin/ports-with-resource-requests.html

View File

@ -124,7 +124,7 @@ instance for these kind of workloads.
huge-pages huge-pages
virtual-gpu virtual-gpu
file-backed-memory file-backed-memory
port_with_resource_request ports-with-resource-requests
virtual-persistent-memory virtual-persistent-memory

View File

@ -76,3 +76,4 @@
/nova/latest/wsgi.html 301 /nova/latest/user/wsgi.html /nova/latest/wsgi.html 301 /nova/latest/user/wsgi.html
/nova/latest/admin/adv-config.html 301 /nova/latest/admin/index.html /nova/latest/admin/adv-config.html 301 /nova/latest/admin/index.html
/nova/latest/admin/system-admin.html 301 /nova/latest/admin/index.html /nova/latest/admin/system-admin.html 301 /nova/latest/admin/index.html
/nova/latest/admin/port_with_resource_request.html 301 /nova/latest/admin/ports-with-resource-requests.html