From 90b57118afdf2a429d32d9abbc2008a5f8d16061 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Wed, 6 Feb 2019 22:46:13 +0530 Subject: Sections for CDS DOC Change-Id: If8532c6d5ca86f681c02901a0ad9ddd57cfb4bcd Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi --- docs/sections/architecture/index.rst | 8 ++++++++ docs/sections/configuration/index.rst | 8 ++++++++ docs/sections/development/index.rst | 8 ++++++++ docs/sections/installation/index.rst | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 docs/sections/architecture/index.rst create mode 100644 docs/sections/configuration/index.rst create mode 100644 docs/sections/development/index.rst create mode 100644 docs/sections/installation/index.rst (limited to 'docs') 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 -- cgit 1.2.3-korg