diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-08 17:48:07 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-08 17:48:07 +0100 | 
| commit | e298cf2290cca0f3c76579074bafbbcce18ca356 (patch) | |
| tree | 0a189f28e064472d5f8cf8362c226ad90299a647 | |
| parent | 7d3a19bcad6a011b407d4f143f70c6f70631ad95 (diff) | |
| download | vyos-documentation-e298cf2290cca0f3c76579074bafbbcce18ca356.tar.gz vyos-documentation-e298cf2290cca0f3c76579074bafbbcce18ca356.zip | |
index: remove 'rst' file extension on includes
| -rw-r--r-- | docs/index.rst | 50 | 
1 files changed, 25 insertions, 25 deletions
| diff --git a/docs/index.rst b/docs/index.rst index 302c6757..81c1dd3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,24 +31,24 @@ Introduction  .. toctree::     :maxdepth: 2 -   history.rst -   install.rst -   cli.rst -   quick-start.rst -   configuration-overview.rst -   interfaces/index.rst -   routing/index.rst -   firewall.rst -   nat.rst -   vpn/index.rst -   qos.rst -   services/index.rst -   system/index.rst -   high-availability.rst -   clustering.rst -   load-balancing.rst -   image-mgmt.rst -   commandscripting.rst +   history +   install +   cli +   quick-start +   configuration-overview +   interfaces/index +   routing/index +   firewall +   nat +   vpn/index +   qos +   services/index +   system/index +   high-availability +   clustering +   load-balancing +   image-mgmt +   commandscripting  .. modules @@ -60,13 +60,13 @@ Appendix  .. toctree::     :maxdepth: 2 -   appendix/releasenotes.rst -   appendix/troubleshooting.rst -   appendix/examples/index.rst -   appendix/commandtree/index.rst -   appendix/vyos-on-vmware.rst -   appendix/vyos-on-baremetal.rst -   appendix/migrate-from-vyatta.rst +   appendix/releasenotes +   appendix/troubleshooting +   appendix/examples/index +   appendix/commandtree/index +   appendix/vyos-on-vmware +   appendix/vyos-on-baremetal +   appendix/migrate-from-vyatta  ############ | 
