From c10545e49c8a4e9f7b575af2c27d55fc1dab44be Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 18 Jul 2017 17:29:09 -0400 Subject: [PATCH] replace pike index page with the main site version Replace pike/index.html with content from the top level page in preparation to make the top level page redirect to a page in a series subdirectory. Incorporate the content of various included templates directly into the page to simplify understanding how the page is built and to change some of the links to their new locations. Change-Id: I93b5be93c5275bbed26199a8d44aa654d844877f Signed-off-by: Doug Hellmann --- www/pike/index.html | 216 +++++++++--------- ...{openstack-projects.html => projects.html} | 0 2 files changed, 103 insertions(+), 113 deletions(-) rename www/pike/{openstack-projects.html => projects.html} (100%) diff --git a/www/pike/index.html b/www/pike/index.html index 5578e2c1fe..65a4cf871a 100644 --- a/www/pike/index.html +++ b/www/pike/index.html @@ -1,11 +1,11 @@ -{% extends "templates/base.tmpl" %} -{% block pagetitle %}{% endblock %} +{% extends "templates/indexbase.tmpl" %} +{% block pagetitle %}Pike{% endblock %} {% block title %}{% endblock %} {% block header %} {% endblock header %} {% block content %} - -
+ +
@@ -23,133 +23,123 @@ See the specification for more information.

+

What are the next steps?

View The Docs Get OpenStack Get Training {% include 'templates/swiftype_search.tmpl' %} -
-
-
-
-
-
-
-
-
-
-
-

Documentation preview for Pike (August 2017)

-

This is documentation in progress for the next release. You can use the menu to select a prior release.

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

Documentation for Pike (September 2017)

+

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 + +
+
+
+

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

+ How To Contribute +
+
+
- + {% endblock content %} diff --git a/www/pike/openstack-projects.html b/www/pike/projects.html similarity index 100% rename from www/pike/openstack-projects.html rename to www/pike/projects.html