diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-06 22:54:58 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-06 22:55:05 +0530 |
commit | ce44102f8373f49bb599203f70d9ada28ab47a70 (patch) | |
tree | 5fe00d41364129c04f4457d6b9bc059c2cad8d5d | |
parent | 7375775ff3ee600fc1f8633dd21ec35f86c050b7 (diff) |
Doc ReleaseNotes and Logging
Change-Id: I6e47c5e6dd5a171e3aa0274a758915806ddbabfa
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
-rw-r--r-- | docs/logging.rst | 8 | ||||
-rw-r--r-- | docs/release-notes.rst | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/logging.rst b/docs/logging.rst new file mode 100644 index 000000000..b82b061d6 --- /dev/null +++ b/docs/logging.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +Logging +------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 000000000..a53419f67 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +Release-Notes +------------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file |