From d601fa284245f0d678e40d90bf384fa206de40ea Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 12 Oct 2015 14:31:35 +0200 Subject: [PATCH] [www] add index page for Liberty release Change-Id: Iad1ff2234503e2dc4e9abbaef2cbdc6750719e10 --- www/liberty/index.html | 142 +++++++++++++++++++++++++++++++++++++++++ www/www-index.html | 1 + 2 files changed, 143 insertions(+) create mode 100644 www/liberty/index.html diff --git a/www/liberty/index.html b/www/liberty/index.html new file mode 100644 index 0000000000..2664f544b9 --- /dev/null +++ b/www/liberty/index.html @@ -0,0 +1,142 @@ +{% set scriptdir = '../common/js/' %} +{% set cssdir = '../common/css/' %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Liberty{% endblock %} +{% block title %}{% endblock %} +{% block header %} +{% endblock header %} +{% block content %} + +
+
+
+
+

Welcome to OpenStack Documentation

+

+ What is OpenStack? OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. +

+
+

What are the next steps?

+ View The Docs + Get OpenStack + Get Training +
+ + + +
+
+
+
+
+
+
+
+
+
+
+

Documentation for Liberty (October 2015)

+

This is the latest release. Use the menu to select a prior release if needed.

+
+ {% include 'templates/dropdown_releases_and_languages.tmpl' %} +
+
+
+
+
+
+
+
+
+ + +
+
+
+

Documentation treated like code, powered by the community - interested?

+ How To Contribute +
+
+
+
+ +{% endblock content %} diff --git a/www/www-index.html b/www/www-index.html index 1f051ea90f..d668c5ab0c 100644 --- a/www/www-index.html +++ b/www/www-index.html @@ -14,6 +14,7 @@
  • /icehouse/index.html
  • /juno/index.html
  • /kilo/index.html
  • +
  • /liberty/index.html
  • /index.html
  • /ja/index.html
  • /ko_KR/index.html