diff options
| author | rebortg <github@ghlr.de> | 2020-11-29 21:18:33 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2020-11-29 21:18:33 +0100 | 
| commit | 0abea04850dfdaa0b56fc6dec94e5303300ba712 (patch) | |
| tree | b8a750f798e98e463def329dcfd745ac08e30923 /docs | |
| parent | a3f7e4ae450248bb5b28474d908e51e6560cb68d (diff) | |
| download | vyos-documentation-0abea04850dfdaa0b56fc6dec94e5303300ba712.tar.gz vyos-documentation-0abea04850dfdaa0b56fc6dec94e5303300ba712.zip | |
arrange firewall
Diffstat (limited to 'docs')
| -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 | 
