summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-12 12:24:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-12 12:24:09 +0000
commit7642a060fc36ef3b1c2d5f79c1cc9d6a1deb6b91 (patch)
tree99c4aa3320d504e77e3304e532e214ca5101c15e /docs
parent1e82c75e0d7b2746ac3fcba093a2695979f809a1 (diff)
parent9d6c9c3cde045ab42373d5480cd94199eb819cd5 (diff)
Merge "Doc Index content for CDS"
Diffstat (limited to 'docs')
-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