summaryrefslogtreecommitdiff
path: root/doc/source/_extra
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-02-09 18:09:18 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-03-23 09:58:32 +0000
commit7beff288d65fb015bdecba02fab06efd004a336e (patch)
treea2d5b4e15df091f2e4ac87bdd7ed5127b219ab76 /doc/source/_extra
parent9a31212a445eef451e6227b51feca7c14cd6ba3c (diff)
downloadnova-7beff288d65fb015bdecba02fab06efd004a336e.tar.gz
doc: Remove useless contributor/api-2 doc
There's nothing of use in here. A section on creating extensions for the API is removed since this is no longer a thing. Change-Id: I18a6f642c046051cd6084ab920d78f27887ca13d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'doc/source/_extra')
-rw-r--r--doc/source/_extra/.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess
index d9292223bc..97056cd8e7 100644
--- a/doc/source/_extra/.htaccess
+++ b/doc/source/_extra/.htaccess
@@ -1,4 +1,4 @@
-redirectmatch 301 ^/nova/([^/]+)/addmethod.openstackapi.html$ /nova/$1/contributor/api-2.html
+redirectmatch 301 ^/nova/([^/]+)/addmethod.openstackapi.html$ /nova/$1/contributor/api.html
redirectmatch 301 ^/nova/([^/]+)/admin/flavors2.html$ /nova/$1/admin/flavors.html
redirectmatch 301 ^/nova/([^/]+)/admin/numa.html$ /nova/$1/admin/cpu-topologies.html
redirectmatch 301 ^/nova/([^/]+)/admin/quotas2.html$ /nova/$1/admin/quotas.html
@@ -85,3 +85,4 @@ redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.html$ /nova/$1/admin/index.h
redirectmatch 301 ^/nova/([^/]+)/admin/port_with_resource_request.html$ /nova/$1/admin/ports-with-resource-requests.html
redirectmatch 301 ^/nova/([^/]+)/admin/manage-users.html$ /nova/$1/admin/architecture.html
redirectmatch 301 ^/nova/([^/]+)/admin/mitigation-for-Intel-MDS-security-flaws.html /nova/$1/admin/cpu-models.html
+redirectmatch 301 ^/nova/([^/]+)/contributor/api-2.html$ /nova/$1/contributor/api.html