diff options
author | 2017-11-07 10:46:33 +0800 | |
---|---|---|
committer | 2017-11-07 10:46:33 +0800 | |
commit | 540fa7f9202bef93be0c4523f4615d26dbdf86f1 (patch) | |
tree | 92072759a251e72914981d778b116af65252cb7f /docs/platform/index.rst | |
parent | 42b596de3c7c7526c55e4de0044b541f66948002 (diff) |
Add docs for workflow designer
Add docs
Issue-ID: SDC-636
Change-Id: I7246a974e16850b4dce37d384e09c8b400044442
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'docs/platform/index.rst')
-rw-r--r-- | docs/platform/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/platform/index.rst b/docs/platform/index.rst new file mode 100644 index 00000000..e63fde54 --- /dev/null +++ b/docs/platform/index.rst @@ -0,0 +1,18 @@ +.. 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 + administration.rst + human-interfaces.rst |