summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_build/Makefile2
-rw-r--r--docs/en/cowboy/2.0/guide/index.html16
-rw-r--r--docs/index.xml16
3 files changed, 33 insertions, 1 deletions
diff --git a/_build/Makefile b/_build/Makefile
index 6eb90336..7ed5920e 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -37,7 +37,7 @@ docs-$1-$2: tmp/$1
printf "%s\n" "project = \"$1\"" "version = \"$3\"" "doctype = \"guide\"" \
>> content/docs/en/$1/$3/guide.asciidoc; \
echo "+++" >> content/docs/en/$1/$3/guide.asciidoc; \
- sed -E 's/include::([a-z_]*)\.asciidoc(.*)/* link:\1\/\2/' tmp/$1/doc/src/guide/book.asciidoc \
+ sed -E 's/include::([a-z0-9_.]*)\.asciidoc(.*)/* link:\1\/\2/' tmp/$1/doc/src/guide/book.asciidoc \
| sed -n '/^= /,$$$$p' \
| sed -n '/^$$$$/,$$$$p' \
| sed 's/^= /== /' >> content/docs/en/$1/$3/guide.asciidoc; \
diff --git a/docs/en/cowboy/2.0/guide/index.html b/docs/en/cowboy/2.0/guide/index.html
index b7910796..4932891e 100644
--- a/docs/en/cowboy/2.0/guide/index.html
+++ b/docs/en/cowboy/2.0/guide/index.html
@@ -246,6 +246,22 @@
<div class="sect1">
<h2 id="_additional_information">Additional information</h2>
<div class="sectionbody">
+<div class="ulist"><ul>
+<li>
+<p>
+<a href="migrating_from_1.0/">Migrating from Cowboy 1.0 to 2.0</a>
+</p>
+</li>
+</ul></div>
+<div class="ulist"><ul>
+<li>
+<p>
+<a href="specs/">HTTP and other specifications</a>
+</p>
+</li>
+</ul></div>
+</div>
+</div>
diff --git a/docs/index.xml b/docs/index.xml
index c2541dc9..704b0a6e 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -362,6 +362,22 @@ environment configuration parameters.&lt;/p&gt;&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_additional_information&#34;&gt;Additional information&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
+&lt;div class=&#34;ulist&#34;&gt;&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;
+&lt;a href=&#34;migrating_from_1.0/&#34;&gt;Migrating from Cowboy 1.0 to 2.0&lt;/a&gt;
+&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;&lt;/div&gt;
+&lt;div class=&#34;ulist&#34;&gt;&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;
+&lt;a href=&#34;specs/&#34;&gt;HTTP and other specifications&lt;/a&gt;
+&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
</description>
</item>