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

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

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

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

+
+
+
+
+
+
+
+ +
+
+
+
+ +{% endblock content %} diff --git a/www/ocata/admin/index.html b/www/ocata/admin/index.html new file mode 100644 index 0000000000..2b4406875c --- /dev/null +++ b/www/ocata/admin/index.html @@ -0,0 +1,54 @@ +{% set projects = PROJECT_DATA[SERIES] %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Administrator Guides{% endblock %} +{% block title %} +Documentation > Administrator Guides +{% endblock %} +{% block content %} + +
+
+
+
+

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

+
+
+
+
+
+
+
+ +
+
+
+
+ +{% endblock content %} diff --git a/www/ocata/index.html b/www/ocata/index.html index 4239d62a04..f457d93e49 100644 --- a/www/ocata/index.html +++ b/www/ocata/index.html @@ -61,7 +61,7 @@