diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-03-22 07:19:08 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 07:19:08 +0700 |
commit | 9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a (patch) | |
tree | 253a85ec3f5328d57a830cdb7245fb0eb935c1bd /docs/commandtree/index.rst | |
parent | a8c38849ae422494c4df1c8b6b9e9849f434bea2 (diff) | |
parent | 8a59878c3c5a39438f709478911f136762d290cc (diff) | |
download | vyos-documentation-9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a.tar.gz vyos-documentation-9e4aca97b8bc0bdc8d79b81bc11ca95ff4aff19a.zip |
Merge pull request #17 from rebortg/commandtree
add Config Tree and op mode
Diffstat (limited to 'docs/commandtree/index.rst')
-rw-r--r-- | docs/commandtree/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/commandtree/index.rst b/docs/commandtree/index.rst new file mode 100644 index 00000000..040e6f03 --- /dev/null +++ b/docs/commandtree/index.rst @@ -0,0 +1,17 @@ +.. _commandtree: + +Appendix C - Command tree +========================= + +See the the full Command tree in Operational mode and Configuration mode + + + +.. toctree:: + :maxdepth: 2 + :hidden: + + + operationmode + configmode + |