From cc64854c6583c9db6471b850c3e99a4815442786 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 24 Jul 2017 11:43:04 -0400 Subject: [PATCH] add user landing pages for older releases We have no separate user guide for those releases, so refer folks to the pike guide instead. Change-Id: If4a77f19c9f099ce5301265f9cc1c8532ba7234a Signed-off-by: Doug Hellmann --- www/mitaka/user/index.html | 53 ++++++++++++++++++++++++++++++++++ www/newton/user/index.html | 53 ++++++++++++++++++++++++++++++++++ www/ocata/index.html | 2 +- www/ocata/user/index.html | 53 ++++++++++++++++++++++++++++++++++ www/templates/user_guides.tmpl | 2 +- 5 files changed, 161 insertions(+), 2 deletions(-) create mode 100644 www/mitaka/user/index.html create mode 100644 www/newton/user/index.html create mode 100644 www/ocata/user/index.html diff --git a/www/mitaka/user/index.html b/www/mitaka/user/index.html new file mode 100644 index 0000000000..7b567fb9b6 --- /dev/null +++ b/www/mitaka/user/index.html @@ -0,0 +1,53 @@ +{% set projects = PROJECT_DATA[SERIES] %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}User Guides{% endblock %} +{% block title %} +Documentation > User Guides +{% endblock %} +{% block content %} + +
+
+
+
+

OpenStack {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} User Guides

+
+
+
+
+
+
+
+ +
+
+
+
+ +{% endblock content %} diff --git a/www/newton/user/index.html b/www/newton/user/index.html new file mode 100644 index 0000000000..83b18be011 --- /dev/null +++ b/www/newton/user/index.html @@ -0,0 +1,53 @@ +{% set projects = PROJECT_DATA[SERIES] %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}User Guides{% endblock %} +{% block title %} +Documentation > User Guides +{% endblock %} +{% block content %} + +
+
+
+
+

OpenStack {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} User Guides

+
+
+
+
+
+
+
+ +
+
+
+
+ +{% endblock content %} diff --git a/www/ocata/index.html b/www/ocata/index.html index 0522cc0976..bd055b0b10 100644 --- a/www/ocata/index.html +++ b/www/ocata/index.html @@ -88,7 +88,7 @@