diff options
author | Robert Göhler <github@ghlr.de> | 2020-02-18 20:46:11 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2020-02-18 20:46:11 +0100 |
commit | 7a570a03525b10dd7cf20dcc8e2f0af29fb443cd (patch) | |
tree | e50f5a33fcfc60ae372ba183b741af594d655abe /docs | |
parent | 8991894c1d5449a4e26974567352e90557cae4de (diff) | |
download | vyos-documentation-7a570a03525b10dd7cf20dcc8e2f0af29fb443cd.tar.gz vyos-documentation-7a570a03525b10dd7cf20dcc8e2f0af29fb443cd.zip |
Build: fix document ref
Diffstat (limited to 'docs')
-rw-r--r-- | docs/appendix/cmd-index.rst | 7 | ||||
-rw-r--r-- | docs/cli.rst | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/appendix/cmd-index.rst b/docs/appendix/cmd-index.rst index ad51a5ad..fa4143ad 100644 --- a/docs/appendix/cmd-index.rst +++ b/docs/appendix/cmd-index.rst @@ -1,16 +1,21 @@ -.. cmd-index: +.. _cmd-index: ################# Command Reference ################# + Operational Commands ==================== +.. _op_cmd_list: + .. opcmdlist:: Configuration Commands ====================== +.. _cfg_cmd_list: + .. cfgcmdlist:: diff --git a/docs/cli.rst b/docs/cli.rst index fb7506c8..51b8e874 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -5,11 +5,11 @@ CLI ### The VyOS :abbr:`CLI (Command-Line Interface)` comprises an -:ref:`commandtree_operationmode` and a :ref:`commandtree_configmode`. +operational and a configuration mode. Operational mode allows for commands to perform operational system tasks and view system and service status, while configuration mode allows for the -modification of system configuration. The :ref:`command tree page<commandtree>` +modification of system configuration. The :ref:`cmd-index` lists available commands and their functions. The CLI provides a built-in help system. In the CLI the ``?`` key may be used |