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