diff options
author | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2016-01-18 10:23:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-18 10:23:42 +0000 |
commit | 0fffc9ffe2660a3e7135e33a60e9059af5ddf9d0 (patch) | |
tree | 69ae62d5c7f57c21de2ef259625d95ed6e4f7ceb /docs/configguide | |
parent | cf6c391ec00de20f6173c8436ff6c705b67e5291 (diff) | |
parent | e4f39a6ccdd98547c0b84abf399b97dbdc2afa23 (diff) |
Merge "Add user documentation for Promise"
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/featureconfig.rst | 5 | ||||
-rw-r--r-- | docs/configguide/index.rst | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst new file mode 100644 index 0000000..44e7a3a --- /dev/null +++ b/docs/configguide/featureconfig.rst @@ -0,0 +1,5 @@ +====================================== +Promise Feature Configuration Overview +====================================== + +Overview of Promise configuration. diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 0000000..88bb1a2 --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,9 @@ +******************************************** +Promise Installation and Configuration Guide +******************************************** + +.. toctree:: + :numbered: + :maxdepth: 2 + + featureconfig.rst |