diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-08 17:48:07 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-08 18:30:40 +0100 | 
| commit | bdd152b76480f0cc633b59bd0063c5a6e64ea62b (patch) | |
| tree | 89daa67396fb507917a9236f87eebbff069511d9 | |
| parent | 6c32a3cd322907bbce7fc99e1f2ccc7f81330095 (diff) | |
| download | vyos-documentation-bdd152b76480f0cc633b59bd0063c5a6e64ea62b.tar.gz vyos-documentation-bdd152b76480f0cc633b59bd0063c5a6e64ea62b.zip | |
index: remove 'rst' file extension on includes
(cherry picked from commit e298cf2290cca0f3c76579074bafbbcce18ca356)
| -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  ############ | 
