openstack-manuals/www/templates/user_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

14 lines
1.0 KiB
Cheetah

<div class="docs-link-sections">
<h3 id="user-guides"><i class="fa fa-cloud"></i> User Guides</h3>
<a href="http://developer.openstack.org/api-guide/quick-start/">API Guide</a>
<p>Introduction to using the OpenStack API</p>
<a href="/user-guide/">End User Guide (includes Python SDK)</a>
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
<a href="/user-guide-admin/">Admin User Guide</a>
<p>Manage projects, images, and users in an OpenStack environment</p>
<a href="/cli-reference/content/">Command-Line Interface Reference</a>
<p>Comprehensive OpenStack command-line reference</p>
<a href="http://developer.openstack.org">Open source software for application development</a>
<p>Resources for application development on OpenStack clouds</p>
</div>