From 01eed7b89b22593b4f81d4efd08c69a6a1fd0853 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 4 Jul 2019 10:37:39 +0100 Subject: [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 --- docs/release/userguide/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/release/userguide/index.rst') 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. -- cgit 1.2.3-korg