Doug Hellmann 9dbac10669 move repetitive content from the index pages to the indexbase template
Change-Id: I85d1cb60f77fdfaaada2c82648b3e29eeeb5fc86
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-25 16:48:59 -04:00

41 lines
1.5 KiB
HTML

{% extends "templates/indexbase.tmpl" %}
{% block pagetitle %}{{SERIES_TITLE}}{% endblock %}
{% block title %}{% endblock %}
{% block header %}
{% endblock header %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-lg-12"></div>
</div>
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i> Installation Tutorials and Guides</h3>
<p>Getting started with the most commonly used OpenStack services</p>
<a href="install-guide-obs/">Installation Tutorials and Guides for openSUSE or SUSE Linux Enterpreise</a><br/>
<a href="install-guide-rdo/">Installation Tutorials and Guides for CentOS or Red Hat Enterprise Linux</a><br/>
<a href="install-guide-ubuntu/">Installation Tutorials and Guides for Ubuntu Linux</a><br/>
</div>
<div class="docs-link-sections">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
<a href="config-guide/">Configuration Reference</a>
<p>Installation and configuration options for OpenStack</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
<a href="networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
</div>
</div>
</div>
{% endblock content %}