diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-08-30 15:30:46 +0200 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-08-30 15:41:14 +0200 |
commit | 5298fb1f996ab547c518b085e8c39fc5e0665bd9 (patch) | |
tree | 4be4f8933f21a811a3a2a1409b3bf5ef062bb2a0 | |
parent | 654a44a7d3727f7f6d3fb61f70f7e63f9b6d8524 (diff) |
Adjusted the docs structure according to directives
Created a new subdirectory /installationprocedure.
Moved the featureconfig.rst and installerconfig.rst to /installationprocedure
Added a feature.configuration.rst that should include needed configuration instructions. Please move relevant content to this file and remove the other two (featureconfig.rst and installerconfig.rst)
Index file adjusted to updates
Change-Id: I54f30b358b4e0685ff98223b1c83c14745c9259b
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
-rw-r--r-- | docs/installationprocedure/feature.configuration.rst | 9 | ||||
-rw-r--r-- | docs/installationprocedure/featureconfig.rst (renamed from docs/configguide/featureconfig.rst) | 0 | ||||
-rw-r--r-- | docs/installationprocedure/index.rst (renamed from docs/configguide/index.rst) | 9 | ||||
-rw-r--r-- | docs/installationprocedure/installerconfig.rst (renamed from docs/configguide/installerconfig.rst) | 0 |
4 files changed, 13 insertions, 5 deletions
diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst new file mode 100644 index 0000000..86d7dfa --- /dev/null +++ b/docs/installationprocedure/feature.configuration.rst @@ -0,0 +1,9 @@ +.. 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> + + +Abstract +======== +This document provides information on how to configure required +components during the installation of the platform. diff --git a/docs/configguide/featureconfig.rst b/docs/installationprocedure/featureconfig.rst index dc4fc50..dc4fc50 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/installationprocedure/featureconfig.rst diff --git a/docs/configguide/index.rst b/docs/installationprocedure/index.rst index 03ba4b0..13def7e 100644 --- a/docs/configguide/index.rst +++ b/docs/installationprocedure/index.rst @@ -3,13 +3,12 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) OPNFV, Ericsson AB and others. -========================== -Parser Configuration Guide -========================== +******************************************** +Parser Configuration and Configuration Guide +******************************************** .. toctree:: :numbered: :maxdepth: 2 -.. include:: featureconfig.rst -.. include:: installerconfig.rst + feature.configuration.rst diff --git a/docs/configguide/installerconfig.rst b/docs/installationprocedure/installerconfig.rst index efe6265..efe6265 100644 --- a/docs/configguide/installerconfig.rst +++ b/docs/installationprocedure/installerconfig.rst |