From c7bfd40f19fbf272b0207077ea462ed4774765da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 23 Jan 2018 17:07:05 +0100 Subject: Update docs --- docs/en/cowboy/2.2/guide/getting_started.asciidoc | 2 +- .../en/cowboy/2.2/guide/getting_started/index.html | 2 +- docs/en/cowboy/2.2/guide/index.html | 5 + docs/en/cowboy/2.2/guide/middlewares/index.html | 4 +- .../cowboy/2.2/guide/migrating_from_2.1/index.html | 4 +- .../cowboy/2.2/guide/migrating_from_2.2.asciidoc | 17 ++ .../cowboy/2.2/guide/migrating_from_2.2/index.html | 193 +++++++++++++++++++++ 7 files changed, 221 insertions(+), 6 deletions(-) create mode 100644 docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc create mode 100644 docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html (limited to 'docs/en/cowboy/2.2/guide') diff --git a/docs/en/cowboy/2.2/guide/getting_started.asciidoc b/docs/en/cowboy/2.2/guide/getting_started.asciidoc index 39477919..6e263348 100644 --- a/docs/en/cowboy/2.2/guide/getting_started.asciidoc +++ b/docs/en/cowboy/2.2/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.2.0 +dep_cowboy_commit = 2.2.1 DEP_PLUGINS = cowboy diff --git a/docs/en/cowboy/2.2/guide/getting_started/index.html b/docs/en/cowboy/2.2/guide/getting_started/index.html index 3b79f2c6..f43e726d 100644 --- a/docs/en/cowboy/2.2/guide/getting_started/index.html +++ b/docs/en/cowboy/2.2/guide/getting_started/index.html @@ -145,7 +145,7 @@ http://www.gnu.org/software/src-highlite -->
PROJECT = hello_erlang
 
 DEPS = cowboy
-dep_cowboy_commit = 2.2.0
+dep_cowboy_commit = 2.2.1
 
 DEP_PLUGINS = cowboy
 
diff --git a/docs/en/cowboy/2.2/guide/index.html b/docs/en/cowboy/2.2/guide/index.html
index fb888525..826fcf1a 100644
--- a/docs/en/cowboy/2.2/guide/index.html
+++ b/docs/en/cowboy/2.2/guide/index.html
@@ -249,6 +249,11 @@
 
  • +Changes since Cowboy 2.2 +

    +
  • +
  • +

    Migrating from Cowboy 2.1 to 2.2

  • diff --git a/docs/en/cowboy/2.2/guide/middlewares/index.html b/docs/en/cowboy/2.2/guide/middlewares/index.html index f0c604e5..9a84cc26 100644 --- a/docs/en/cowboy/2.2/guide/middlewares/index.html +++ b/docs/en/cowboy/2.2/guide/middlewares/index.html @@ -171,8 +171,8 @@ values. It puts the result of the request handling into result.

    - - Migrating from Cowboy 2.1 to 2.2 + + Changes since Cowboy 2.2 diff --git a/docs/en/cowboy/2.2/guide/migrating_from_2.1/index.html b/docs/en/cowboy/2.2/guide/migrating_from_2.1/index.html index 79bcc13a..77a0d4dc 100644 --- a/docs/en/cowboy/2.2/guide/migrating_from_2.1/index.html +++ b/docs/en/cowboy/2.2/guide/migrating_from_2.1/index.html @@ -276,8 +276,8 @@ Both experimental stream handlers cowboy_metrics_h and