openstack-manuals/www/templates/api_guides.tmpl
Brian Moss fe5dba946c Add summaries for guides on docs.openstack.org
Adds a summary line for each guide on docs.openstack.org
in order to help users find the appropriate book for
their needs.

Adds ".docs-link-sections p" to combined.css to style
the summary lines.

Changes applied to Juno, Kilo, Liberty, and Mitaka.

Change-Id: Ibcbc3d18981a58184646f55b93e77032e4f6c1c0
2015-11-26 14:47:43 +10:00

8 lines
487 B
Cheetah

<div class="docs-link-sections">
<h3 id="api-guides"><i class="fa fa-book"></i> API Guides</h3>
<a href="http://developer.openstack.org/api-ref.html">API Complete References</a>
<p>Comprehensive OpenStack API reference</p>
<a href="http://developer.openstack.org/api-guide/quick-start/">API Guide</a>
<p>Introduction to using the OpenStack API</p>
</div>