diff options
| author | kroy <kroy@kroy.io> | 2019-09-18 14:42:33 -0500 | 
|---|---|---|
| committer | kroy <kroy@kroy.io> | 2019-09-18 14:42:33 -0500 | 
| commit | c38af9ae970a391189fdb8d2b9e0d5d8dee139e0 (patch) | |
| tree | 5f8ca9480846e9a0655c3aef78709ce91e7dc14e | |
| parent | f0b3b5917d315b38d40948919cc3fd1d562125f9 (diff) | |
| download | vyos-documentation-c38af9ae970a391189fdb8d2b9e0d5d8dee139e0.tar.gz vyos-documentation-c38af9ae970a391189fdb8d2b9e0d5d8dee139e0.zip | |
Making this indexes display their TOC
| -rw-r--r-- | docs/routing/index.rst | 3 | ||||
| -rw-r--r-- | docs/services/index.rst | 2 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/docs/routing/index.rst b/docs/routing/index.rst index 376e0919..1a1db43f 100644 --- a/docs/routing/index.rst +++ b/docs/routing/index.rst @@ -8,8 +8,7 @@ policy routing, and dynamic routing using standard protocols (RIP, OSPF, and  BGP).  .. toctree:: -   :maxdepth: 2 -   :hidden: +   :maxdepth: 1     arp     bgp diff --git a/docs/services/index.rst b/docs/services/index.rst index 03fdc9c4..8f7553a8 100644 --- a/docs/services/index.rst +++ b/docs/services/index.rst @@ -8,7 +8,7 @@ Services  This chapter descriptes the available system/network services provided by VyOS.  .. toctree:: -   :hidden: +   :maxdepth: 1     conntrack     dhcp | 
