diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-08-30 15:30:46 +0200 |
---|---|---|
committer | Zhipeng (Howard) Huang <huangzhipeng@huawei.com> | 2016-08-30 23:08:42 +0000 |
commit | fa738b2e44cd0fe0d1a3c5ef2d242ce66152a314 (patch) | |
tree | 3d07332ebd8228236b359c0a1c94c6e1985b6476 /docs | |
parent | 9f18961d8573d91349e1c0bcd08c9f4dde1e8575 (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>
(cherry picked from commit 5298fb1f996ab547c518b085e8c39fc5e0665bd9)
Diffstat (limited to 'docs')
-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 |