Merge "link to list of api guides from main page"
This commit is contained in:
commit
6650f1aa3f
@ -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
|
||||
|
@ -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}}):
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user