0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Remove cowboy_sub_protocol from the documentation

This will be reintroduced in a future release once the
interface stabilizes. For the time being it will be an
internal module only.
This commit is contained in:
Loïc Hoguin 2017-07-20 18:28:06 +02:00
parent e4cab480dc
commit 3099fc1d9f
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
5 changed files with 0 additions and 115 deletions

View file

@ -73,9 +73,6 @@ include::streams.asciidoc[Streams]
include::middlewares.asciidoc[Middlewares]
// @todo Rather have two chapters, custom handlers and custom protocol upgrades
include::sub_protocols.asciidoc[Sub protocols]
= Additional information
include::migrating_from_1.0.asciidoc[Migrating from Cowboy 1.0 to 2.0]