diff options
Diffstat (limited to 'docs/design')
-rw-r--r-- | docs/design/architecture.rst | 20 | ||||
-rw-r--r-- | docs/design/index.rst | 29 | ||||
-rw-r--r-- | docs/design/use-cases.rst | 13 |
3 files changed, 62 insertions, 0 deletions
diff --git a/docs/design/architecture.rst b/docs/design/architecture.rst new file mode 100644 index 0000000..d9b8a25 --- /dev/null +++ b/docs/design/architecture.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +High-level Architecture +======================= + + +Domino Server +============= + +Domino Client +============= diff --git a/docs/design/index.rst b/docs/design/index.rst new file mode 100644 index 0000000..876b4b3 --- /dev/null +++ b/docs/design/index.rst @@ -0,0 +1,29 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left + +DESIGN DOCUMENTS +================ + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 4 + + use-cases.rst + architecture.rst + +Indices and tables +================== + +* :ref:`search` + +Revision: _sha1_ + +Build date: |today| diff --git a/docs/design/use-cases.rst b/docs/design/use-cases.rst new file mode 100644 index 0000000..955a71a --- /dev/null +++ b/docs/design/use-cases.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +Template Distribution between Orchestrators and Managers +======================================================== |