aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/index.rst
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 04:04:25 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 04:04:25 +0000
commit7200138d15a5755a60cff6fe10936c13c9055b42 (patch)
treef32f65a395d25fd896502118ad8ff4e7f49ffac8 /docs/platform/index.rst
parent61b8ab243824d24d3f26f2fa4ac5abc8834471b8 (diff)
parentb6d890635786bf4c1937dd69f096984de2695628 (diff)
Merge "Populate documentation for MSB"
Diffstat (limited to 'docs/platform/index.rst')
-rw-r--r--docs/platform/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/platform/index.rst b/docs/platform/index.rst
new file mode 100644
index 0000000..82f10d7
--- /dev/null
+++ b/docs/platform/index.rst
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+Platform
+--------
+
+Microservices Bus provide key infrastructure functionalities to support ONAP microservice architecture including service registration/discovery, service gateway, service load balancer and service governance. It's a pluggable architecture so it can be extended with plugins to provide value added services such as centralized authentication for APIs. Microservices Platform also provides a GUI portal for service management.
+
+.. toctree::
+ :maxdepth: 1
+
+ architecture.rst
+ offeredapis.rst
+ consumedapis.rst
+ delivery.rst
+ log-and-diagnostic-info.rst
+ installation.rst
+ configuration.rst
+ administration.rst
+ human-interfaces.rst