From b6d890635786bf4c1937dd69f096984de2695628 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Wed, 11 Oct 2017 11:59:33 +0800 Subject: Populate documentation for MSB Issue-Id: MSB-80, MSB-81, MSB-82 Change-Id: I97e1eed801c44b3c6906745f4e49c2579b549ace Signed-off-by: HuabingZhao --- docs/platform/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/platform/index.rst (limited to 'docs/platform/index.rst') 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 -- cgit 1.2.3-korg