diff options
author | fuqiao <fuqiao@chinamobile.com> | 2017-02-13 10:44:55 +0800 |
---|---|---|
committer | fuqiao <fuqiao@chinamobile.com> | 2017-02-13 10:44:55 +0800 |
commit | 4260b10e3a7c7780385a61d6d708a9480d208a1a (patch) | |
tree | a61dd18b0273932bb1f6d347022c2829399be021 /docs/development | |
parent | 593ef4f91ee0dac6cde4101b75174d88d0a01b28 (diff) |
Danube MS6 adding document directives
add overview doc and design docs
JIRA: HA-28
Change-Id: I890d2056a0fe61ca6aa1297210a1028d38d1514d
Signed-off-by: fuqiao@chinamobile.com
Diffstat (limited to 'docs/development')
5 files changed, 45 insertions, 0 deletions
diff --git a/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst b/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst new file mode 100644 index 0000000..ef82456 --- /dev/null +++ b/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> +========================================================= +OPNFV HA Guest APIs -- Base Host-to-Guest Messaging Layer +=========================================================
\ No newline at end of file diff --git a/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst b/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst new file mode 100644 index 0000000..59ca24e --- /dev/null +++ b/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> +============================================== +OPNFV HA Guest APIs -- Server Group Messaging +==============================================
\ No newline at end of file diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst new file mode 100644 index 0000000..e2d3241 --- /dev/null +++ b/docs/development/design/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +********************************* +OPNFV HA Guest APIs +********************************* + +.. toctree:: + :numbered: + :maxdepth: 2 + + OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst + OPNFV_HA_Guest_APIs-server-Group-messaging_HLD.rst diff --git a/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst new file mode 100644 index 0000000..92ff964 --- /dev/null +++ b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> +==================================== +OPNFV HA Guest APIs -- Overview +====================================
\ No newline at end of file diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst new file mode 100644 index 0000000..71bdbf4 --- /dev/null +++ b/docs/development/overview/index.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 +.. (c) <optionally add copywriters name> + +********************************* +OPNFV HA Guest APIs -- Overview +********************************* + +.. toctree:: + :numbered: + :maxdepth: 2 + + OPNFV_HA_Guest_APIs-Overview_HLD.rst |