diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 12:24:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 12:24:36 +0000 |
commit | 8e5c20d4400651bd5dcf73ae19718ec120f60a96 (patch) | |
tree | a2cde3dd2d4f16fef84f062be97be2a3757142c8 | |
parent | d8f1af10d29c7bb440eeebf7a818e63856444b86 (diff) | |
parent | ce44102f8373f49bb599203f70d9ada28ab47a70 (diff) |
Merge "Doc ReleaseNotes and Logging"
-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 |