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 %} + +
+ The central user guides managed by the + OpenStack Documentation team were deprecated + and removed during the Pike release cycle. The + content + was moved + to the individual project documentation + trees. Because of the timing of that + change, there is no separate Mikata version of + the user guides. Please refer either to the + version of the guides created for Pike, or the + most recent series in development, instead. +
+ ++ + User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}}) + +
++ The central user guides managed by the + OpenStack Documentation team were deprecated + and removed during the Pike release cycle. The + content + was moved + to the individual project documentation + trees. Because of the timing of that + change, there is no separate Newton version of + the user guides. Please refer either to the + version of the guides created for Pike, or the + most recent series in development, instead. +
+ ++ + User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}}) + +
+Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK
Open source software for application developmentResources for application development on OpenStack clouds
diff --git a/www/ocata/user/index.html b/www/ocata/user/index.html new file mode 100644 index 0000000000..9778527f55 --- /dev/null +++ b/www/ocata/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 %} + ++ The central user guides managed by the + OpenStack Documentation team were deprecated + and removed during the Pike release cycle. The + content + was moved + to the individual project documentation + trees. Because of the timing of that + change, there is no separate Ocata version of + the user guides. Please refer either to the + version of the guides created for Pike, or the + most recent series in development, instead. +
+ ++ + User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}}) + +
+Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK
Open source software for application developmentResources for application development on OpenStack clouds