diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-20 17:17:35 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-20 17:17:35 +0100 |
commit | 4ffb3e38459015da3124993482d5f82b7c902c64 (patch) | |
tree | a0e2fc210651226609a85e7bd2ed63b808d19a80 | |
parent | e3483bf492812a3116ab1322731c8334fb474b27 (diff) | |
download | vyos-documentation-4ffb3e38459015da3124993482d5f82b7c902c64.tar.gz vyos-documentation-4ffb3e38459015da3124993482d5f82b7c902c64.zip |
system: split TOC into basic system and system configuration
-rw-r--r-- | docs/index.rst | 3 | ||||
-rw-r--r-- | docs/system/basic-index.rst | 12 | ||||
-rw-r--r-- | docs/system/index.rst | 5 |
3 files changed, 15 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index 45716a94..14ba9e71 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ VyOS User Guide configuration-overview interfaces/index - system/index + system/basic-index image-mgmt @@ -34,6 +34,7 @@ VyOS User Guide :maxdepth: 2 services/index + system/index firewall routing/index nat diff --git a/docs/system/basic-index.rst b/docs/system/basic-index.rst new file mode 100644 index 00000000..82ce98e9 --- /dev/null +++ b/docs/system/basic-index.rst @@ -0,0 +1,12 @@ +.. _basic_system_config: + +#################### +System Configuration +#################### + +.. toctree:: + :maxdepth: 2 + + host-information + login-users + time-zone diff --git a/docs/system/index.rst b/docs/system/index.rst index 8d952ed7..95bf9851 100644 --- a/docs/system/index.rst +++ b/docs/system/index.rst @@ -1,4 +1,4 @@ -.. _system: +.. _system_config: #################### System Configuration @@ -10,11 +10,8 @@ System Configuration config-management eventhandler flowaccounting - host-information - login-users ntp proxy serialconsole syslog task-scheduler - time-zone |