From 4260b10e3a7c7780385a61d6d708a9480d208a1a Mon Sep 17 00:00:00 2001 From: fuqiao Date: Mon, 13 Feb 2017 10:44:55 +0800 Subject: Danube MS6 adding document directives add overview doc and design docs JIRA: HA-28 Change-Id: I890d2056a0fe61ca6aa1297210a1028d38d1514d Signed-off-by: fuqiao@chinamobile.com --- .../design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst | 6 ++++++ .../OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst | 6 ++++++ docs/development/design/index.rst | 14 ++++++++++++++ .../overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst | 6 ++++++ docs/development/overview/index.rst | 13 +++++++++++++ 5 files changed, 45 insertions(+) create mode 100644 docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst create mode 100644 docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst create mode 100644 docs/development/design/index.rst create mode 100644 docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst create mode 100644 docs/development/overview/index.rst (limited to 'docs/development') 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) +========================================================= +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) +============================================== +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) + +********************************* +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) +==================================== +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) + +********************************* +OPNFV HA Guest APIs -- Overview +********************************* + +.. toctree:: + :numbered: + :maxdepth: 2 + + OPNFV_HA_Guest_APIs-Overview_HLD.rst -- cgit 1.2.3-korg