diff options
-rw-r--r-- | docs/configuration/firewall/index.rst (renamed from docs/firewall.rst) | 0 | ||||
-rw-r--r-- | docs/configuration/index.rst | 23 | ||||
-rw-r--r-- | docs/index.rst | 1 |
3 files changed, 23 insertions, 1 deletions
diff --git a/docs/firewall.rst b/docs/configuration/firewall/index.rst index 870e9a08..870e9a08 100644 --- a/docs/firewall.rst +++ b/docs/configuration/firewall/index.rst diff --git a/docs/configuration/index.rst b/docs/configuration/index.rst new file mode 100644 index 00000000..bce013cb --- /dev/null +++ b/docs/configuration/index.rst @@ -0,0 +1,23 @@ +################### +Configuration Guide +################### + +The following structure respresent the cli structure. + +.. toctree:: + :maxdepth: 1 + :includehidden: + + firewall/index + highavailability/index + interfaces/index + loadbalancing/index + nat/index + policy/index + protocols/index + service/index + system/index + trafficpolicy/index + vpn/index + vrf/index + zonepolicy/index
\ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 3322bf8d..4612d5f8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,6 @@ VyOS User Guide .. toctree:: :maxdepth: 2 :hidden: - :caption: FIND CAPTION NAME introducing/about introducing/history |