Removes API Programming Guide from index.html links
Updates /trunk/ index.html to point to image guide current URL Removes "Documentation" from Tempest Test Suite link text Does not place Config Ref trunk on the main index.html since it is on the /trunk/index.html. Change-Id: I33901235ff0170130e33089830ed359ae2bfa665
This commit is contained in:
parent
ea6ab3f583
commit
d8e01635be
@ -55,6 +55,9 @@ redirect 301 /trunk/cli/quick-start/content/install_openstack_nova_cli.html /use
|
||||
redirect 301 /trunk/cli/quick-start/content/install_openstack_quantum_cli.html /user-guide/content/
|
||||
redirect 301 /trunk/cli/quick-start/content/install_openstack_swift_cli.html /user-guide/content/
|
||||
|
||||
# Redirecting API Programming with Compute API to API Quick Start
|
||||
redirectmatch 301 /api/openstack-compute/programmer/content/.*$ /api/quick-start/content/
|
||||
|
||||
# For testing - redirect other pages of CLI Guide
|
||||
redirectmatch 301 /trunk/cli/quick-start/content/.*$ /user-guide/content/
|
||||
|
||||
|
@ -127,10 +127,6 @@ div.c1 {width: 100%;}
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
<!--<div class="span-12">
|
||||
<h2><a href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/">OpenStack Block Storage Service API v2 Reference</a></h2>
|
||||
|
@ -259,10 +259,6 @@
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
<h4 class="special">Contribute to the OpenStack
|
||||
infrastructure and code </h4>
|
||||
@ -280,7 +276,7 @@
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/tempest/"
|
||||
>Tempest Test Suite for OpenStack Documentation</a></dd>
|
||||
>Tempest Test Suite for OpenStack</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -261,22 +261,18 @@
|
||||
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/"
|
||||
>Identity Service API v2.0
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||
>Networking API v2.0 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/2.0/content/"
|
||||
>Image Service API v2 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/1.1/content/"
|
||||
>Image Service API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||
>Networking API v2.0 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
<h4 class="special">Contribute to the OpenStack
|
||||
infrastructure and code </h4>
|
||||
@ -294,7 +290,7 @@
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/tempest/"
|
||||
>Tempest Test Suite for OpenStack Documentation</a></dd>
|
||||
>Tempest Test Suite for OpenStack</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -202,7 +202,7 @@
|
||||
href="http://docs.openstack.org/security-guide/content/"
|
||||
>Security Guide</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/trunk/image-guide/content/"
|
||||
href="http://docs.openstack.org/image-guide/content/"
|
||||
>Virtual Machine Image
|
||||
Guide</a></dd>
|
||||
</dl>
|
||||
@ -263,10 +263,6 @@
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
<h4 class="special">Contribute to the OpenStack
|
||||
infrastructure and code </h4>
|
||||
@ -284,7 +280,7 @@
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/tempest/"
|
||||
>Tempest Test Suite for OpenStack Documentation</a></dd>
|
||||
>Tempest Test Suite for OpenStack</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user