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