diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 12:24:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 12:24:23 +0000 |
commit | d8f1af10d29c7bb440eeebf7a818e63856444b86 (patch) | |
tree | 4b95754f99ac14313c92b149b88de99c23085cd7 | |
parent | 7642a060fc36ef3b1c2d5f79c1cc9d6a1deb6b91 (diff) | |
parent | 90b57118afdf2a429d32d9abbc2008a5f8d16061 (diff) |
Merge "Sections for CDS DOC"
-rw-r--r-- | docs/sections/architecture/index.rst | 8 | ||||
-rw-r--r-- | docs/sections/configuration/index.rst | 8 | ||||
-rw-r--r-- | docs/sections/development/index.rst | 8 | ||||
-rw-r--r-- | docs/sections/installation/index.rst | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/docs/sections/architecture/index.rst b/docs/sections/architecture/index.rst new file mode 100644 index 000000000..9c8b9d42b --- /dev/null +++ b/docs/sections/architecture/index.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. + +Architecture +------------------------------------------------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file diff --git a/docs/sections/configuration/index.rst b/docs/sections/configuration/index.rst new file mode 100644 index 000000000..d3ce2c068 --- /dev/null +++ b/docs/sections/configuration/index.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. + +Configuration +-------------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file diff --git a/docs/sections/development/index.rst b/docs/sections/development/index.rst new file mode 100644 index 000000000..cd7e4af9e --- /dev/null +++ b/docs/sections/development/index.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. + +Development +------------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file diff --git a/docs/sections/installation/index.rst b/docs/sections/installation/index.rst new file mode 100644 index 000000000..8cd89a2f7 --- /dev/null +++ b/docs/sections/installation/index.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. + +Installation +------------- +.. toctree:: + :maxdepth: 1
\ No newline at end of file |