diff options
author | Ofir Sonsino <os0695@att.com> | 2017-10-29 17:11:07 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-10-29 17:11:07 +0200 |
commit | 60ceaa46786a736e215388c6cf354f53d0930f77 (patch) | |
tree | 24898cfe263d1840306790b651adb0c9119a009e /docs/docs-delivery.rst | |
parent | 143172431c793b002ad46a7157a9327eea3f607c (diff) |
Update ReadTheDocs docs folder
Change-Id: Ia8f1a44ae5cfa488af76e3fcf3560e9efd707f8e
Issue-ID: VID-71
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'docs/docs-delivery.rst')
-rw-r--r-- | docs/docs-delivery.rst | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/docs/docs-delivery.rst b/docs/docs-delivery.rst index f3f083a73..a66497049 100644 --- a/docs/docs-delivery.rst +++ b/docs/docs-delivery.rst @@ -4,41 +4,20 @@ Delivery ======== -.. note:: - * This section is used to describe a software component packaging. - For a run-time component this might be executable images, containers, etc. - For an SDK this might be libraries. - - * This section is typically provided for a platform-component and sdk; - and referenced in developer and user guides - - * This note must be removed after content has been added. - -Example use of a block diagram. +VID is delivered as a docker image, and uses MariaDb which also delivered as a docker image. The two images are linked. .. blockdiag:: blockdiag layers { orientation = portrait - a -> m; - b -> n; - c -> x; - m -> y; - m -> z; + VID -> MariaDb; + MariaDb -> VID; group l1 { color = blue; - x; y; z; - } - group l2 { - color = yellow; - m; n; + VID; MariaDb; } - group l3 { - color = orange; - a; b; c; - } - } + |