diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-06 22:46:13 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-06 22:46:20 +0530 |
commit | 90b57118afdf2a429d32d9abbc2008a5f8d16061 (patch) | |
tree | bf0b3124ad13bd22406c33e91b5459d612e929da /docs | |
parent | 7375775ff3ee600fc1f8633dd21ec35f86c050b7 (diff) |
Sections for CDS DOC
Change-Id: If8532c6d5ca86f681c02901a0ad9ddd57cfb4bcd
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs')
-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 |