diff options
-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 |