diff options
author | Emma Foley <efoley@redhat.com> | 2019-07-04 10:37:39 +0100 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2019-07-04 11:47:41 +0100 |
commit | 01eed7b89b22593b4f81d4efd08c69a6a1fd0853 (patch) | |
tree | 17820bd6273241c1962d720fec9b6359e5ddcc71 /docs/release/userguide/index.rst | |
parent | e7bd9878b28200d5cc4af6f4ad3fcb7fd7e05290 (diff) |
[docs][install] Split the docker and ansible install guides
docker.userguide.rst contained two methods of installation:
* Manual installation of all the docker containers
* one-click install using ansible
A new user is potentially going to be confused about which
document to use, and may not be aware that the two options exist.
This change splits the install guide into two documents, one for
docker, and one for ansible. It also renames the docker guide to
make it more obvious to the user what is contained in the guide.
Change-Id: I1ecdd7d15f8f53c80221916379982bca2673a06d
JIRA: BAROMETER-128
Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'docs/release/userguide/index.rst')
-rw-r--r-- | docs/release/userguide/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index e880f3a9..673d6c12 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -19,7 +19,9 @@ OPNFV Barometer User Guide feature.userguide collectd.ves.userguide.rst - docker.userguide.rst + installguide.docker.rst + installguide.oneclick.rst + .. The feature.userguide.rst file should contain the text for this document .. additional documents can be added to this directory and added in the right order .. to this file as a list below. |