Merge "link to list of api guides from main page"

This commit is contained in:
Jenkins 2017-07-12 10:40:48 +00:00 committed by Gerrit Code Review
commit 6650f1aa3f
4 changed files with 3 additions and 4 deletions

View File

@ -20,7 +20,6 @@ redirectmatch 301 /liberty/(?!config-reference)/.*$ /index.html
redirect 301 /install/ /
redirect 301 /basic-install/ /
redirect 301 /run/ /
redirect 301 /api/index.html /
redirect 301 /developer/index.html /openstack-projects.html
redirect 301 /cli/ /
redirect 301 /api/api-specs.html http://developer.openstack.org/api-guide/quick-start/index.html

View File

@ -31,7 +31,7 @@
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-book"></i> API References</h3>
<a href="https://developer.openstack.org/api-ref.html">API Complete Reference</a><br/>
Combined <a href="https://developer.openstack.org/api-ref.html">API Reference</a><br/>
{% for project in projects|sort(attribute='service') %}
{% if project.has_api_ref or project.has_api_guide or project.has_in_tree_api_docs %}
{{project.service}} ({{project.name}}):

View File

@ -1,5 +1,5 @@
<div class="docs-link-sections">
<h3 id="api-guides"><i class="fa fa-book"></i> API Guides</h3>
<a href="https://developer.openstack.org/api-guide/quick-start/">API Guide</a>
<a href="/api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>

View File

@ -7,7 +7,7 @@
<li><a href="www/config-reference.html">/config-reference.html</a></li>
<li><a href="www/draft/draft-index.html">/draft/draft-index.html</a></li>
<li><a href="www/errorpage.html">/errorpage.html</a></li>
<li><a href="www/api/api-ref-guides.html">/api/api-ref-guides.html</a></li>
<li><a href="www/api/">/api/index.html</a></li>
<li><a href="www/language-bindings.html">/language-bindings.html</a></li>
<li><a href="www/openstack-projects.html">/openstack-projects.html</a></li>
<li><a href="www/project-install-guide/draft/index.html">/project-install-guide/draft/index.html</a></li>