summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-09-14 13:46:37 +0200
committerLoïc Hoguin <[email protected]>2016-09-14 13:46:37 +0200
commit62f5d70836fe9a211ebfe9551bf02f67049cf86c (patch)
tree40ee9d5acc42d4953ca5d04212d364728ad91ce5 /docs/en/cowboy/2.0/guide
parentd354fdf0fa439d9e403cec498c1318ffc9f61a41 (diff)
downloadninenines.eu-62f5d70836fe9a211ebfe9551bf02f67049cf86c.tar.gz
ninenines.eu-62f5d70836fe9a211ebfe9551bf02f67049cf86c.tar.bz2
ninenines.eu-62f5d70836fe9a211ebfe9551bf02f67049cf86c.zip
Add prev/next links at the bottom of user guide pages
Diffstat (limited to 'docs/en/cowboy/2.0/guide')
-rw-r--r--docs/en/cowboy/2.0/guide/architecture/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/broken_clients/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/constraints/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/cookies/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/erlang_web/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/flow_diagram/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/getting_started/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/handlers/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/hooks/index.html17
-rw-r--r--docs/en/cowboy/2.0/guide/index.html2
-rw-r--r--docs/en/cowboy/2.0/guide/introduction/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/listeners/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/loop_handlers/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/middlewares/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/modern_web/index.html17
-rw-r--r--docs/en/cowboy/2.0/guide/multipart/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/overview/index.html2
-rw-r--r--docs/en/cowboy/2.0/guide/req/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/req_body/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/resource_design/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/resp/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/rest_flowcharts/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/rest_handlers/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/rest_principles/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/routing/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/static_files/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/sub_protocols/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/ws_handlers/index.html21
-rw-r--r--docs/en/cowboy/2.0/guide/ws_protocol/index.html21
29 files changed, 563 insertions, 0 deletions
diff --git a/docs/en/cowboy/2.0/guide/architecture/index.html b/docs/en/cowboy/2.0/guide/architecture/index.html
index ed86e695..df1e201c 100644
--- a/docs/en/cowboy/2.0/guide/architecture/index.html
+++ b/docs/en/cowboy/2.0/guide/architecture/index.html
@@ -121,6 +121,27 @@ only processing short-lived requests.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
+ Handling Websocket connections
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
+ Dealing with broken clients
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/broken_clients/index.html b/docs/en/cowboy/2.0/guide/broken_clients/index.html
index a61dadc8..dd8fb375 100644
--- a/docs/en/cowboy/2.0/guide/broken_clients/index.html
+++ b/docs/en/cowboy/2.0/guide/broken_clients/index.html
@@ -135,6 +135,27 @@ http://www.gnu.org/software/src-highlite -->
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
+ Architecture
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
+ Middlewares
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/constraints/index.html b/docs/en/cowboy/2.0/guide/constraints/index.html
index f2904152..4640976f 100644
--- a/docs/en/cowboy/2.0/guide/constraints/index.html
+++ b/docs/en/cowboy/2.0/guide/constraints/index.html
@@ -177,6 +177,27 @@ to ensure that we do not crash when the input is invalid.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
+ Routing
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
+ Handlers
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/cookies/index.html b/docs/en/cowboy/2.0/guide/cookies/index.html
index 0c957e61..04dabd33 100644
--- a/docs/en/cowboy/2.0/guide/cookies/index.html
+++ b/docs/en/cowboy/2.0/guide/cookies/index.html
@@ -210,6 +210,27 @@ exception is thrown.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
+ Sending a response
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
+ Multipart requests
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/erlang_web/index.html b/docs/en/cowboy/2.0/guide/erlang_web/index.html
index 08e0c069..d2db7199 100644
--- a/docs/en/cowboy/2.0/guide/erlang_web/index.html
+++ b/docs/en/cowboy/2.0/guide/erlang_web/index.html
@@ -260,6 +260,27 @@ ebook version.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/modern_web/">
+ The modern Web
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
+ Introduction
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/flow_diagram/index.html b/docs/en/cowboy/2.0/guide/flow_diagram/index.html
index 16ddfd8b..79908680 100644
--- a/docs/en/cowboy/2.0/guide/flow_diagram/index.html
+++ b/docs/en/cowboy/2.0/guide/flow_diagram/index.html
@@ -73,6 +73,27 @@
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
+ Getting started
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
+ Listeners
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/getting_started/index.html b/docs/en/cowboy/2.0/guide/getting_started/index.html
index 34957699..98693417 100644
--- a/docs/en/cowboy/2.0/guide/getting_started/index.html
+++ b/docs/en/cowboy/2.0/guide/getting_started/index.html
@@ -223,6 +223,27 @@ in your browser, you should get a nice <code>Hello Erlang!</code> displayed!</p>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
+ Introduction
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
+ Flow diagram
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/handlers/index.html b/docs/en/cowboy/2.0/guide/handlers/index.html
index c45d1adb..6cdd7d48 100644
--- a/docs/en/cowboy/2.0/guide/handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/handlers/index.html
@@ -168,6 +168,27 @@ process will terminate soon after this call returns.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
+ Constraints
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
+ Loop handlers
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/hooks/index.html b/docs/en/cowboy/2.0/guide/hooks/index.html
index b52ff4e7..57d5baa6 100644
--- a/docs/en/cowboy/2.0/guide/hooks/index.html
+++ b/docs/en/cowboy/2.0/guide/hooks/index.html
@@ -115,6 +115,23 @@ http://www.gnu.org/software/src-highlite -->
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
+ Sub protocols
+ </a>
+
+
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/index.html b/docs/en/cowboy/2.0/guide/index.html
index 325de8e7..d6403441 100644
--- a/docs/en/cowboy/2.0/guide/index.html
+++ b/docs/en/cowboy/2.0/guide/index.html
@@ -274,6 +274,8 @@
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/introduction/index.html b/docs/en/cowboy/2.0/guide/introduction/index.html
index 44548d49..db6f7b44 100644
--- a/docs/en/cowboy/2.0/guide/introduction/index.html
+++ b/docs/en/cowboy/2.0/guide/introduction/index.html
@@ -145,6 +145,27 @@ when sending responses.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
+ Erlang and the Web
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
+ Getting started
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/listeners/index.html b/docs/en/cowboy/2.0/guide/listeners/index.html
index d0de7d74..8d63e17a 100644
--- a/docs/en/cowboy/2.0/guide/listeners/index.html
+++ b/docs/en/cowboy/2.0/guide/listeners/index.html
@@ -175,6 +175,27 @@ shared.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
+ Flow diagram
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
+ Routing
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/loop_handlers/index.html b/docs/en/cowboy/2.0/guide/loop_handlers/index.html
index df99322e..15921152 100644
--- a/docs/en/cowboy/2.0/guide/loop_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/loop_handlers/index.html
@@ -214,6 +214,27 @@ accordingly.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
+ Handlers
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
+ Static files
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/middlewares/index.html b/docs/en/cowboy/2.0/guide/middlewares/index.html
index b3c10e5e..f4dfdb0a 100644
--- a/docs/en/cowboy/2.0/guide/middlewares/index.html
+++ b/docs/en/cowboy/2.0/guide/middlewares/index.html
@@ -158,6 +158,27 @@ values. It puts the result of the request handling into <code>result</code>.</p>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
+ Dealing with broken clients
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
+ Sub protocols
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/modern_web/index.html b/docs/en/cowboy/2.0/guide/modern_web/index.html
index 71a76041..bc720d03 100644
--- a/docs/en/cowboy/2.0/guide/modern_web/index.html
+++ b/docs/en/cowboy/2.0/guide/modern_web/index.html
@@ -179,6 +179,23 @@ the HTTP protocol.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
+ Erlang and the Web
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/multipart/index.html b/docs/en/cowboy/2.0/guide/multipart/index.html
index 5f661d44..f7c9202b 100644
--- a/docs/en/cowboy/2.0/guide/multipart/index.html
+++ b/docs/en/cowboy/2.0/guide/multipart/index.html
@@ -235,6 +235,27 @@ reading as soon as you find the data you need.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
+ Using cookies
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
+ REST principles
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/overview/index.html b/docs/en/cowboy/2.0/guide/overview/index.html
index b5c779ff..914ca774 100644
--- a/docs/en/cowboy/2.0/guide/overview/index.html
+++ b/docs/en/cowboy/2.0/guide/overview/index.html
@@ -215,6 +215,8 @@ at this point, however.</p></div>
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/req/index.html b/docs/en/cowboy/2.0/guide/req/index.html
index 13cf97d5..7d4aee5a 100644
--- a/docs/en/cowboy/2.0/guide/req/index.html
+++ b/docs/en/cowboy/2.0/guide/req/index.html
@@ -474,6 +474,27 @@ client itself. It may also be a proxy or a gateway.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
+ Static files
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
+ Reading the request body
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/req_body/index.html b/docs/en/cowboy/2.0/guide/req_body/index.html
index 9a0a3cfc..93b7fa27 100644
--- a/docs/en/cowboy/2.0/guide/req_body/index.html
+++ b/docs/en/cowboy/2.0/guide/req_body/index.html
@@ -210,6 +210,27 @@ http://www.gnu.org/software/src-highlite -->
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
+ The Req object
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
+ Sending a response
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/resource_design/index.html b/docs/en/cowboy/2.0/guide/resource_design/index.html
index 8a4f0227..23e7719e 100644
--- a/docs/en/cowboy/2.0/guide/resource_design/index.html
+++ b/docs/en/cowboy/2.0/guide/resource_design/index.html
@@ -280,6 +280,27 @@ no way of knowing it has been completed yet, implement the
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
+ REST flowcharts
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
+ The Websocket protocol
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/resp/index.html b/docs/en/cowboy/2.0/guide/resp/index.html
index b87b1efa..7fd29f0f 100644
--- a/docs/en/cowboy/2.0/guide/resp/index.html
+++ b/docs/en/cowboy/2.0/guide/resp/index.html
@@ -388,6 +388,27 @@ ultimately send a response to the client.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
+ Reading the request body
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
+ Using cookies
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html b/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
index d54e6a65..d76d3b14 100644
--- a/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
@@ -310,6 +310,27 @@ the results for subsequent use.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
+ REST handlers
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
+ Designing a resource handler
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/rest_handlers/index.html b/docs/en/cowboy/2.0/guide/rest_handlers/index.html
index da6288fb..3caf83e0 100644
--- a/docs/en/cowboy/2.0/guide/rest_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_handlers/index.html
@@ -349,6 +349,27 @@ cellspacing="0" cellpadding="4">
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
+ REST principles
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
+ REST flowcharts
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/rest_principles/index.html b/docs/en/cowboy/2.0/guide/rest_principles/index.html
index 9696e420..2e3ad8c1 100644
--- a/docs/en/cowboy/2.0/guide/rest_principles/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_principles/index.html
@@ -219,6 +219,27 @@ anything specific to the service to operate on it.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
+ Multipart requests
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
+ REST handlers
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/routing/index.html b/docs/en/cowboy/2.0/guide/routing/index.html
index a50be460..9a04e323 100644
--- a/docs/en/cowboy/2.0/guide/routing/index.html
+++ b/docs/en/cowboy/2.0/guide/routing/index.html
@@ -326,6 +326,27 @@ http://www.gnu.org/software/src-highlite -->
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
+ Listeners
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
+ Constraints
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/static_files/index.html b/docs/en/cowboy/2.0/guide/static_files/index.html
index 62067b96..ff1c78dc 100644
--- a/docs/en/cowboy/2.0/guide/static_files/index.html
+++ b/docs/en/cowboy/2.0/guide/static_files/index.html
@@ -239,6 +239,27 @@ http://www.gnu.org/software/src-highlite -->
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
+ Loop handlers
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
+ The Req object
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/sub_protocols/index.html b/docs/en/cowboy/2.0/guide/sub_protocols/index.html
index 928d4965..bf05a83a 100644
--- a/docs/en/cowboy/2.0/guide/sub_protocols/index.html
+++ b/docs/en/cowboy/2.0/guide/sub_protocols/index.html
@@ -136,6 +136,27 @@ the optional <code>terminate/3</code> callback is called, if present.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
+ Middlewares
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/hooks/">
+ Hooks
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/ws_handlers/index.html b/docs/en/cowboy/2.0/guide/ws_handlers/index.html
index 29feb4a1..a5c84e49 100644
--- a/docs/en/cowboy/2.0/guide/ws_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/ws_handlers/index.html
@@ -269,6 +269,27 @@ emulate Websocket connections on older browsers.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
+ The Websocket protocol
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
+ Architecture
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">
diff --git a/docs/en/cowboy/2.0/guide/ws_protocol/index.html b/docs/en/cowboy/2.0/guide/ws_protocol/index.html
index 5a640c49..faf642bb 100644
--- a/docs/en/cowboy/2.0/guide/ws_protocol/index.html
+++ b/docs/en/cowboy/2.0/guide/ws_protocol/index.html
@@ -137,6 +137,27 @@ the listener.</p></div>
+
+
+
+
+ <nav style="margin:1em 0">
+
+ <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
+ Designing a resource handler
+ </a>
+
+
+
+ <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
+ Handling Websocket connections
+ </a>
+
+ </nav>
+
+
+
+
</div>
<div class="span3 sidecol">