diff options
Diffstat (limited to 'docs/docs/platform/index.rst')
-rw-r--r-- | docs/docs/platform/index.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/docs/platform/index.rst b/docs/docs/platform/index.rst new file mode 100644 index 0000000..e918128 --- /dev/null +++ b/docs/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 + human-interfaces.rst + user-guide.rst |