diff options
| author | rebortg <github@ghlr.de> | 2020-12-08 15:46:04 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2020-12-08 15:46:04 +0100 | 
| commit | 710052003d25b3cf405f68b415716451707c6f61 (patch) | |
| tree | cb95e8db097157d4a3567fa534759234deb9a814 | |
| parent | 6a0871d5ae1e0b160bf54ec9fec57b6887189103 (diff) | |
| download | vyos-documentation-710052003d25b3cf405f68b415716451707c6f61.tar.gz vyos-documentation-710052003d25b3cf405f68b415716451707c6f61.zip | |
index: decrease TOC level
| -rw-r--r-- | docs/coverage.rst | 2 | ||||
| -rw-r--r-- | docs/index.rst | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/docs/coverage.rst b/docs/coverage.rst index 01d51e90..896489fd 100644 --- a/docs/coverage.rst +++ b/docs/coverage.rst @@ -5,7 +5,7 @@ Coverage  Overview over all commands, which are documented in the ``.. cfgcmd::`` or ``.. opcmd::`` Directives.  | The build process take all xml definition files from `vyos-1x <https://github.com/vyos/vyos-1x>`_  and extract each leaf command or executable command. -| After this the commands are compare and shown in the follwoing two tables. +| After this the commands are compare and shown in the following two tables.  | The script compare only the fixed part of a command. All varables or values will be erase and then compare:  for example there are these two commands: diff --git a/docs/index.rst b/docs/index.rst index 1491c405..d66d7680 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ VyOS User Guide  ###############  .. toctree:: -   :maxdepth: 2 +   :maxdepth: 1     introducing/about     introducing/history | 
