From 1395a983e6e82f0287b866992868fe5c5a33cb0e Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Thu, 3 Nov 2016 21:31:08 +0900 Subject: [PATCH] [www] update install guides index page Change-Id: Ib8233af49ba4bdadcac6ad32928e9debaacdc010 --- www/project-install-guide/draft/index.html | 248 ++++++++++--------- www/project-install-guide/newton/index.html | 254 ++++++++++---------- www/static/common/css/combined.css | 4 + 3 files changed, 276 insertions(+), 230 deletions(-) diff --git a/www/project-install-guide/draft/index.html b/www/project-install-guide/draft/index.html index 1c0691df5a..77cfb7ded2 100644 --- a/www/project-install-guide/draft/index.html +++ b/www/project-install-guide/draft/index.html @@ -11,12 +11,13 @@
-

Newton Installation Tutorials and Guides

+

Draft Installation Tutorials and Guides

The following tutorials and guides support basic installation - of core and optional OpenStack services on variants of Debian, - Red Hat, SUSE, and Ubuntu distributions. A minimal deployment - necessary to launch a simple instance (VM) requires following the - core content. Optional content augments a minimal deployment with + of core and optional OpenStack services on variants of + Debian with debconf, Debian, Red Hat, SUSE, and Ubuntu + distributions. A minimal deployment necessary to launch a simple + instance (VM) requires following the core content. + Optional content augments a minimal deployment with additional services.

This is documentation in progress for the next release.

@@ -24,117 +25,146 @@
-
-
-
-
- -
-
diff --git a/www/project-install-guide/newton/index.html b/www/project-install-guide/newton/index.html index e7731b653f..027fd1c690 100644 --- a/www/project-install-guide/newton/index.html +++ b/www/project-install-guide/newton/index.html @@ -24,133 +24,146 @@
-
-
-
-
- -
-
@@ -164,4 +177,3 @@
{% endblock content %} - diff --git a/www/static/common/css/combined.css b/www/static/common/css/combined.css index dd08eaf296..94c52468bb 100644 --- a/www/static/common/css/combined.css +++ b/www/static/common/css/combined.css @@ -3809,6 +3809,10 @@ input.docs-main-search:-ms-input-placeholder { display: block; padding: 10px; } +.docs-toc p a { + display: inline; + padding: 0; } + .docs-toc a:hover { background: #edf2f7; text-decoration: none; }