diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-02-23 16:40:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-23 16:40:33 +0000 |
commit | 200392c93a6cbb5114020f586f5e44a704f6e511 (patch) | |
tree | 99507e7ebb5ff279994c1e7b3ee17d031226c7a7 | |
parent | f81ee7320902284fcffeb389216ef338817b403a (diff) | |
parent | 83407df60e365d6f0a1daf325fbbd24887a8dc61 (diff) |
Merge "Adding the index.rst file for the config guide."
-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 + + |