diff options
-rw-r--r-- | docs/CBA/index.rst | 26 | ||||
-rw-r--r-- | docs/CBA/media/CDS_architecture.jpg (renamed from docs/CBA/sections/architecture/images/CDS_architecture.jpg) | bin | 102560 -> 102560 bytes | |||
-rw-r--r-- | docs/CBA/sections/architecture/index.rst | 14 | ||||
-rw-r--r-- | docs/CBA/sections/configuration/index.rst | 8 | ||||
-rw-r--r-- | docs/CBA/sections/installation/index.rst | 3 | ||||
-rw-r--r-- | docs/index.rst | 2 |
6 files changed, 23 insertions, 30 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/sections/architecture/images/CDS_architecture.jpg b/docs/CBA/media/CDS_architecture.jpg Binary files differindex 6401e6bbd..6401e6bbd 100644 --- a/docs/CBA/sections/architecture/images/CDS_architecture.jpg +++ b/docs/CBA/media/CDS_architecture.jpg diff --git a/docs/CBA/sections/architecture/index.rst b/docs/CBA/sections/architecture/index.rst deleted file mode 100644 index 9256641a8..000000000 --- a/docs/CBA/sections/architecture/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. 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 - - |image0| - -.. |image0| image:: images/CDS_architecture.jpg - :height: 4.43750in - :width: 7.88889in
\ No newline at end of file diff --git a/docs/CBA/sections/configuration/index.rst b/docs/CBA/sections/configuration/index.rst deleted file mode 100644 index d3ce2c068..000000000 --- a/docs/CBA/sections/configuration/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. 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/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 diff --git a/docs/index.rst b/docs/index.rst index c16fee5af..b5a9576da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Self service is a completely new way of delivering services. It removes the dep This makes SERVICE PROVIDER(S) more responsive to its customers and able to deliver products that more closely match the needs of its customers. Design tools: -------------- +============= .. toctree:: :maxdepth: 1 :glob: |