Change front page for Ocata

Updates the front page for Ocata.

Change-Id: I2d5bacb73cbd4651621b225ea9b1488c2355d85f
This commit is contained in:
Maria Zlatkova 2017-02-17 15:33:50 +02:00
parent 6bce6be8dc
commit 5bf391ce4a
1 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{% set scriptdir = './common/js/' %}
{% set cssdir = './common/css/' %}
{% extends "templates/indexbase.tmpl" %}
{% block pagetitle %}Newton{% endblock %}
{% block pagetitle %}Ocata{% endblock %}
{% block title %}{% endblock %}
{% block header %}
{% endblock header %}
@ -47,7 +47,7 @@
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9">
<h2>Documentation for Newton (October 2016)</h2>
<h2>Documentation for Ocata (February 2017)</h2>
<p>This is the latest release. Use the menu to select a prior release if needed.</p>
</div>
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
@ -64,27 +64,27 @@
<div class="docs-link-sections">
<h3 id="release-notes"><i class="fa fa-refresh"></i>Release Notes</h3>
<p>New features, upgrade and deprecation notes, known issues, and bug fixes</p>
<a href="http://releases.openstack.org/newton/index.html">OpenStack Projects Release Notes</a>
<a href="/releasenotes/openstack-manuals/newton.html">OpenStack Documentation Release Notes</a>
<a href="http://releases.openstack.org/ocata/index.html">OpenStack Projects Release Notes</a>
<a href="/releasenotes/openstack-manuals/ocata.html">OpenStack Documentation Release Notes</a>
</div>
<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="/project-install-guide/newton/">Installation Tutorials and Guides</a>
<a href="/project-install-guide/ocata/">Installation Tutorials and Guides</a>
</div>
<div class="docs-link-sections">
<h3 id="project-deploy-guide"><i class="fa fa-cogs"></i> Deployment Guides</h3>
<p>Choose how to deploy OpenStack and get started with the most commonly used OpenStack services</p>
<a href="/project-deploy-guide/newton/">Deployment Guides</a>
<a href="/project-deploy-guide/ocata/">Deployment Guides</a>
</div>
<div class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/newton/networking-guide/">Networking Guide</a>
<a href="/ocata/networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
<div class="docs-link-sections">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
<a href="/newton/config-reference/">Configuration Reference</a>
<a href="/ocata/config-reference/">Configuration Reference</a>
<p>Installation and configuration options for OpenStack</p>
</div>
{% include 'templates/api_guides.tmpl' %}