aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-02-06 22:33:59 +0530
committerEzhilarasi <ezhrajam@in.ibm.com>2019-02-06 22:34:06 +0530
commit9d6c9c3cde045ab42373d5480cd94199eb819cd5 (patch)
treed82a0ce4fca36e3a1da3cfef4f17f2f291b53ef4 /docs/index.rst
parent7375775ff3ee600fc1f8633dd21ec35f86c050b7 (diff)
Doc Index content for CDS
Change-Id: I0086acbcfa1c2dca904477dcd2fba5727c700abc Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst23
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f6b249144..60bdaa6cc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,4 +5,25 @@
CONTROLLER DESIGN STUDIO DOCUMENTATION REPOSITORY
-------------------------------------------------
.. toctree::
- :maxdepth: 1 \ No newline at end of file
+ :maxdepth: 1
+
+Introduction:
+-------------
+The system is designed to be self service, which means that users, not just programmers, can reconfigure the software system as needed to meet customer requirements. To accomplish this goal, the system is built around models that provide for real-time changes in how the system operates. Users merely need to change a model to change how a service operates.
+
+Self service is a completely new way of delivering services. It removes the dependence on code releases and the delays they cause and puts the control of services into the hands of the service providers. They can change a model and its parameters and create a new service without writing a single line of code.
+This makes SERVICE PROVIDER(S) more responsive to its customers and able to deliver products that more closely match the needs of its customers.
+
+Sections
+++++++++
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ sections/architecture/index
+ sections/installation/index
+ sections/configuration/index
+ sections/development/index
+ sections/logging
+ sections/release-notes \ No newline at end of file