From dd0f4438e8dea6ef68a043488545e3efcb3fa78a Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Fri, 13 Oct 2017 15:28:09 -0400 Subject: Minor edits to resturcture text documentation Improved cross references, bullet lists, and used code-block directive on bash cmds Added release-notes template Change-Id: Id12fb1b77ef9690b5b50505e47ec7035039f2f24 Issue-ID: CLI-54 Signed-off-by: Rich Bennett --- docs/architecture.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/architecture.rst') diff --git a/docs/architecture.rst b/docs/architecture.rst index 12a340d7..6562dd85 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -1,8 +1,9 @@ -.. _architecture: .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 Huawei Technologies Co., Ltd. +.. _cli_architecture: + CLI architecture ================ @@ -13,11 +14,11 @@ Following diagram shows the high-level architecture of ONAP CLI. :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. + the corresponding command route the request to that command plugin. * **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and auto-matically register them into Registrar. -* **Command Plug-ings** : Implement the command as plugin. More details :ref:`developer_guide` +* **Command Plug-ings** : Implement the command as plugin. More details :ref:`cli_developer_guide` * **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding. -- cgit 1.2.3-korg