aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CBA
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CBA')
-rw-r--r--docs/CBA/index.rst26
-rw-r--r--docs/CBA/media/CDS_architecture.jpgbin0 -> 102560 bytes
-rw-r--r--docs/CBA/sections/installation/index.rst3
3 files changed, 22 insertions, 7 deletions
diff --git a/docs/CBA/index.rst b/docs/CBA/index.rst
index 71ef527ff..957c71eb9 100644
--- a/docs/CBA/index.rst
+++ b/docs/CBA/index.rst
@@ -2,7 +2,7 @@
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2019 IBM.
-Controller Blueprint Archived Tool(.cba)
+Controller Blueprint Archived Tool(CBA)
----------------------------------------
.. toctree::
:maxdepth: 1
@@ -19,17 +19,31 @@ The CBA is .zip file, comprised of the following folder structure, the files may
:width: 7.88889in
:height: 4.43750in
+Architecture:
+=============
+
+|image3|
-Sections:
-========
+.. |image3| image:: media/CDS_architecture.jpg
+ :height: 4.43750in
+ :width: 7.88889in
+
+Installation:
+=============
.. toctree::
:maxdepth: 1
:glob:
- sections/architecture/index
sections/installation/index
- sections/configuration/index
+
+Development:
+=============
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
sections/development/index
Data Flow:
@@ -51,5 +65,5 @@ Functional Decomposition:
Controller design Studio Presentation:
======================================
-Details about CDS Architecture and Design detail, Please click below.
+Details about CDS Architecture and Design detail, Please click the link.
:download:`CDS_Architecture_Design.pptx` \ No newline at end of file
diff --git a/docs/CBA/media/CDS_architecture.jpg b/docs/CBA/media/CDS_architecture.jpg
new file mode 100644
index 000000000..6401e6bbd
--- /dev/null
+++ b/docs/CBA/media/CDS_architecture.jpg
Binary files differ
diff --git a/docs/CBA/sections/installation/index.rst b/docs/CBA/sections/installation/index.rst
index 60a6db2af..eb7676d08 100644
--- a/docs/CBA/sections/installation/index.rst
+++ b/docs/CBA/sections/installation/index.rst
@@ -3,7 +3,7 @@
.. Copyright (C) 2019 IBM.
Installation
-============
+------------
Building client html and js files
=================================
@@ -37,6 +37,7 @@ Building and creating server
* RUN npm install
* COPY server /opt/cds-ui/
+
* COPY --from=builder /opt/cds-ui/server/public /opt/cds-ui/public
* RUN npm run build