diff options
author | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-05-31 19:24:37 +0000 |
---|---|---|
committer | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-05-31 19:24:37 +0000 |
commit | 632b351cfd0c9964a38fb0ba8ae651e88d4861dd (patch) | |
tree | fe775174c8f3182aa28f8c760ebdaec41febfc78 /_sources/index.rst.txt | |
download | accel-ppp.github.io-632b351cfd0c9964a38fb0ba8ae651e88d4861dd.tar.gz accel-ppp.github.io-632b351cfd0c9964a38fb0ba8ae651e88d4861dd.zip |
deploy: edadda488d6146b60d2cc42219cf50c25701c797
Diffstat (limited to '_sources/index.rst.txt')
-rw-r--r-- | _sources/index.rst.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 0000000..741b6ab --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,25 @@ +.. _index: + +Welcome to accel-ppp's documentation! +===================================== +Accel-ppp is a high performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :includehidden: + + installation/install.rst + configuration/configuration.rst + guides/control_features.rst + guides/recommendations.rst + guides/BRAS_tuning.rst + guides/radius_features.rst + examples/examples.rst + debugging/index.rst + debugging/faq.rst + +.. toctree:: + :maxdepth: 2 + :caption: Contributing: + :includehidden: |