Change front page for newton
Update front page for newton. Change-Id: I516a0a124990583710dec9472f26921a014ddf4d
This commit is contained in:
parent
f0ce07a4c2
commit
0ffcbbae0f
@ -1,7 +1,7 @@
|
||||
{% set scriptdir = './common/js/' %}
|
||||
{% set cssdir = './common/css/' %}
|
||||
{% extends "templates/indexbase.tmpl" %}
|
||||
{% block pagetitle %}Current{% endblock %}
|
||||
{% block pagetitle %}Newton{% 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 Mitaka (April 2016)</h2>
|
||||
<h2>Documentation for Newton (October 2016)</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,24 +64,22 @@
|
||||
<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/mitaka/index.html">OpenStack Projects Release Notes</a>
|
||||
<a href="/releasenotes/openstack-manuals/mitaka.html">OpenStack Documentation Release Notes</a>
|
||||
<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>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
|
||||
<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="/mitaka/install-guide-obs/">Installation Guide for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1</a>
|
||||
<a href="/mitaka/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7</a>
|
||||
<a href="/mitaka/install-guide-ubuntu/">Installation Guide for Ubuntu 14.04 (LTS)</a>
|
||||
<a href="/project-install-guide/newton/">Installation Tutorials and Guides</a>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
{% include 'templates/ops_and_admin_guides.tmpl' %}
|
||||
<a href="/mitaka/networking-guide/">Networking Guide</a>
|
||||
<a href="/newton/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="/mitaka/config-reference/">Configuration Reference</a>
|
||||
<a href="/newton/config-reference/">Configuration Reference</a>
|
||||
<p>Installation and configuration options for OpenStack</p>
|
||||
</div>
|
||||
{% include 'templates/api_guides.tmpl' %}
|
||||
|
Loading…
Reference in New Issue
Block a user