aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
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)