aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-22 13:15:08 +0200
committerLoïc Hoguin <[email protected]>2015-08-22 13:15:08 +0200
commitf4c6da56d4fe9494f4fe23c48b8d7c3c1e9e6b42 (patch)
tree5f73255bbd51d46fccf371ff7cdd67c6bea8e7b7 /guide/toc.md
parentd30408b2e8c14c0e56ce997f5aff0010c03cef0b (diff)
downloadranch-f4c6da56d4fe9494f4fe23c48b8d7c3c1e9e6b42.tar.gz
ranch-f4c6da56d4fe9494f4fe23c48b8d7c3c1e9e6b42.tar.bz2
ranch-f4c6da56d4fe9494f4fe23c48b8d7c3c1e9e6b42.zip
Convert the documentation to Asciidoc
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/guide/toc.md b/guide/toc.md
deleted file mode 100644
index 4f17a22..0000000
--- a/guide/toc.md
+++ /dev/null
@@ -1,25 +0,0 @@
-Ranch User Guide
-================
-
-The Ranch User Guide explores how to make best use of Ranch
-for writing powerful TCP applications.
-
-Introducing Ranch
------------------
-
- * [Introduction](introduction.md)
-
-Using Ranch
------------
-
- * [Listeners](listeners.md)
- * [Transports](transports.md)
- * [Protocols](protocols.md)
- * [Writing parsers](parsers.md)
-
-Advanced topics
----------------
-
- * [SSL client authentication](ssl_auth.md)
- * [Embedded mode](embedded.md)
- * [Internals](internals.md)