aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 6562dd85..8e961a1b 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -10,8 +10,6 @@ CLI architecture
Following diagram shows the high-level architecture of ONAP CLI.
.. image:: images/portal-cli-arch.png
- :height: 600px
- :width: 800px
* **Command Registrar** : Registrar keeps track of the commands regsitered in ONAP CLI and when user invokes the command, it identify
the corresponding command route the request to that command plugin.