Add link to Nova developer documentation

Change-Id: Ic3456c80fc25c70da54d79c5d13e79f4bdeac3d6
This commit is contained in:
Sean M. Collins 2013-08-29 14:08:20 -04:00
parent b6a93932b5
commit 08e7931ba4
2 changed files with 4 additions and 1 deletions

View File

@ -39,5 +39,5 @@ redirect 301 /install/ /
redirect 301 /basic-install/ / redirect 301 /basic-install/ /
redirect 301 /run/ / redirect 301 /run/ /
redirect 301 /api/index.html / redirect 301 /api/index.html /
redirect 301 /developer/index.html / redirect 301 /developer/index.html /developer/openstack-projects.html
redirect 301 /cli/ / redirect 301 /cli/ /

View File

@ -130,6 +130,9 @@
</h2> </h2>
<p>Online developer documentation for working on the OpenStack Dashboard. <p>Online developer documentation for working on the OpenStack Dashboard.
</p> </p>
<h2><a href="http://docs.openstack.org/developer/nova/">Compute Service Developer Documentation (nova)</a>
</h2>
<p>Developer documentation for the OpenStack Compute service.</p>
<h2><a href="http://docs.openstack.org/developer/keystone/">Identity Service Developer Documentation (keystone)</a> <h2><a href="http://docs.openstack.org/developer/keystone/">Identity Service Developer Documentation (keystone)</a>
</h2> </h2>
<p>Developer documentation for the common OpenStack Identity service.</p> <p>Developer documentation for the common OpenStack Identity service.</p>