diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-17 10:38:33 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-17 10:38:33 -0700 |
commit | f847eb857238315247ad3d074f77eacb12fae310 (patch) | |
tree | 7b393f8f9fe134fecf03323ee8d8037527696ac8 /docs/design | |
parent | 256171bb7b47bd3812425a8b506295ec91148012 (diff) |
Additional placeholders for documentation
Change-Id: I2c70158e6af205d511731d73b8c97e6117973daa
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
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 +======================================================== |