diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-08-31 16:58:13 +0200 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-08-31 17:18:55 +0200 |
commit | d0bc418d7e4de5e1c2e4143570fa06fc60e1ac85 (patch) | |
tree | df2e9ae7e28afc2d90057c85af1ac49c24bf8d5f /docs/installationprocedure | |
parent | ecf444bb19bbfc538dffbadbe2d4701a8f67ff35 (diff) |
Updated docs structure according to directives
Created a sub directory /installationprocedure and added a template for
installation and configuration /feature.configuration.rst together with an
index.rst
Added a /feature.userguide.rst and index.rst under /userguide.
Adjusted the releasenotes, renamed the index.rst to releasenotes.rst and added
a separate index.rst.
Change-Id: I95583558bee739ea1a62e3a4692e872b8025b1b8
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Diffstat (limited to 'docs/installationprocedure')
-rw-r--r-- | docs/installationprocedure/feature.configuration.rst | 31 | ||||
-rw-r--r-- | docs/installationprocedure/index.rst | 13 |
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst new file mode 100644 index 00000000..a5ee416e --- /dev/null +++ b/docs/installationprocedure/feature.configuration.rst @@ -0,0 +1,31 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +<<<<<<< HEAD +========================== +Configuration of <feature> +========================== +======= +===================================================== +<scenario> installation and configuration instruction +===================================================== +>>>>>>> 78eabe91bc321a8668281f61d6b7930664e5bd8a + +Abstract +======== +This document provides information on how to configure required +components during the installation of the platform. + +Pre-configuration activites +=========================== +List the information and activities needed as pre configuration. + +Feature configuration +===================== +<<<<<<< HEAD +List the steps needed for the configuration of <feature>. +======= +List the steps needed for the configuration of <feature> and <components> of the scenario. + +>>>>>>> 78eabe91bc321a8668281f61d6b7930664e5bd8a diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst new file mode 100644 index 00000000..53279035 --- /dev/null +++ b/docs/installationprocedure/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + .. (c) <optionally add copywriters name> + +********************************************** +SFC installation and configuration instruction +********************************************** + +.. toctree:: + :numbered: + :maxdepth: 2 + + feature.configuration.rst |