diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-28 22:15:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-05-28 22:15:34 +0200 |
commit | 337dcdf07c51df2208da65aa9c5ab06a09d5cc3a (patch) | |
tree | 120fe7182b563c092331a7a67af3cfd7aab97cb2 /docs/appendix/examples/index.rst | |
parent | 6eac93d48aed2280dc5fe20a57cba491e7a3ea10 (diff) | |
download | vyos-documentation-337dcdf07c51df2208da65aa9c5ab06a09d5cc3a.tar.gz vyos-documentation-337dcdf07c51df2208da65aa9c5ab06a09d5cc3a.zip |
Appendix: create dedicated section in manual
Diffstat (limited to 'docs/appendix/examples/index.rst')
-rw-r--r-- | docs/appendix/examples/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/appendix/examples/index.rst b/docs/appendix/examples/index.rst new file mode 100644 index 00000000..c6e10eeb --- /dev/null +++ b/docs/appendix/examples/index.rst @@ -0,0 +1,13 @@ +.. _examples: + +Configuration Examples +====================== + +This chapter contains various configuration Examples + + +.. toctree:: + :maxdepth: 2 + + dmvpn + zone-policy |