aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-03-22 19:59:35 +0100
committerLoïc Hoguin <[email protected]>2013-03-22 19:59:35 +0100
commit66f7c15c4d42c655f63a94bb972e66a8e9dbc334 (patch)
treee9327a76ebcbc5a7dd5a74c03c8acc5d613c88aa /guide
parentcc507789bf1d9ea27e9fb53d06dc8a464672b7da (diff)
downloadcowboy-66f7c15c4d42c655f63a94bb972e66a8e9dbc334.tar.gz
cowboy-66f7c15c4d42c655f63a94bb972e66a8e9dbc334.tar.bz2
cowboy-66f7c15c4d42c655f63a94bb972e66a8e9dbc334.zip
Add a guide section for resource links
Diffstat (limited to 'guide')
-rw-r--r--guide/resources.md17
-rw-r--r--guide/toc.md4
2 files changed, 21 insertions, 0 deletions
diff --git a/guide/resources.md b/guide/resources.md
new file mode 100644
index 0000000..1d1b18a
--- /dev/null
+++ b/guide/resources.md
@@ -0,0 +1,17 @@
+Resources
+=========
+
+Frameworks
+----------
+
+ * Please send a pull request!
+
+Helper libraries
+----------------
+
+ * Please send a pull request!
+
+Articles
+--------
+
+ * Please send a pull request!
diff --git a/guide/toc.md b/guide/toc.md
index 2f0d914..6909bed 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -58,3 +58,7 @@ Cowboy User Guide
* One process for many requests
* Lowercase header names
* Improving performance
+ * [Resources](resources.md)
+ * Frameworks
+ * Helper libraries
+ * Articles