diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-02-22 17:28:16 +0100 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-02-22 17:38:09 +0100 |
commit | 83407df60e365d6f0a1daf325fbbd24887a8dc61 (patch) | |
tree | d395d98cb63bd1918f960993c96b413d48feb57c | |
parent | 2ca48e5d0b008e3054fd1ae04eef881e2a46eea7 (diff) |
Adding the index.rst file for the config guide.
Change-Id: I16c5c31992ac08cb45d8651a1214d67abf36d51e
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
-rw-r--r-- | docs/configguide/index.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 00000000..2afd629a --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +======================== +JOID Configuration guide +======================== + +.. toctree:: + :numbered: + :maxdepth: 2 + + +.. add your content files here. + +.. include:: ./installerconfig.rst +.. include:: ./postinstall.rst + + |