aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-06-01 15:05:29 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-06-01 15:49:55 +0200
commita75871769243464757351669d4d0f99959e30b16 (patch)
treecdf0003fd6f51b064ca13e2848a81bfca49f75c9 /docs/architecture.rst
parent2ec53e1cba9c16cf939798d7fa956d2c13fd341f (diff)
fix docs config files
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I4a7d253f87f4df244e6bde399a84cb57f2cc288d
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 95953b7b..95da1928 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -13,10 +13,10 @@ Following diagram shows the high-level architecture of OCLIP.
.. image:: images/portal-cli-arch.png
* **Command Registrar** : Registrar keeps track of the commands registered in OCLIP and when user invokes the command,
-it identifies the corresponding command and helps to invoke the corresponding command plug-in.
+ it identifies the corresponding command and helps to invoke the corresponding command plug-in.
* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and automatically register
-them into Registrar.
+ them into Registrar.
* **Command Plug-in** : Implement the command as plug-in. More details :ref:`cli_developer_guide`
@@ -31,3 +31,4 @@ them into Registrar.
* **Cache** : Provides persistent storage for discoverer to store the meta-data about the discovered Commands.
* **open cli schemas** : Set of command YAML provides the CLI definitions.
+