diff --git a/Gruntfile.js b/Gruntfile.js
index 81c67351..5b4f03f2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,6 +10,7 @@ module.exports = function(grunt) {
var guideLayout = "guide"
var guide = [
"auto-redrawing",
+ "community",
"compiling-templates",
"comparison",
"components",
diff --git a/archive/v0.1.2/auto-redrawing.html b/archive/v0.1.2/auto-redrawing.html
index e740767f..c6c2bafb 100644
--- a/archive/v0.1.2/auto-redrawing.html
+++ b/archive/v0.1.2/auto-redrawing.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/change-log.html b/archive/v0.1.2/change-log.html
index d81c9e97..b4fed898 100644
--- a/archive/v0.1.2/change-log.html
+++ b/archive/v0.1.2/change-log.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/community.html b/archive/v0.1.2/community.html
new file mode 100644
index 00000000..7f781274
--- /dev/null
+++ b/archive/v0.1.2/community.html
@@ -0,0 +1,68 @@
+
+
+
+ Mithril
+
+
+
+
+
+
+
+
+
+
+
+
Core Topics
+
+
Advanced Topics
+
+
Misc
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/archive/v0.1.2/comparison.html b/archive/v0.1.2/comparison.html
index 2059f3ea..a8097a5f 100644
--- a/archive/v0.1.2/comparison.html
+++ b/archive/v0.1.2/comparison.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/compiling-templates.html b/archive/v0.1.2/compiling-templates.html
index 6d130354..af77f3d8 100644
--- a/archive/v0.1.2/compiling-templates.html
+++ b/archive/v0.1.2/compiling-templates.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/components.html b/archive/v0.1.2/components.html
index 3a327011..ef505066 100644
--- a/archive/v0.1.2/components.html
+++ b/archive/v0.1.2/components.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/getting-started.html b/archive/v0.1.2/getting-started.html
index 2d43789a..5e9e8456 100644
--- a/archive/v0.1.2/getting-started.html
+++ b/archive/v0.1.2/getting-started.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/how-to-read-signatures.html b/archive/v0.1.2/how-to-read-signatures.html
index 8a479b17..8c546c9e 100644
--- a/archive/v0.1.2/how-to-read-signatures.html
+++ b/archive/v0.1.2/how-to-read-signatures.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/index.html b/archive/v0.1.2/index.html
index 1de4252e..02a645fb 100644
--- a/archive/v0.1.2/index.html
+++ b/archive/v0.1.2/index.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/installation.html b/archive/v0.1.2/installation.html
index 0d908c99..74549ed8 100644
--- a/archive/v0.1.2/installation.html
+++ b/archive/v0.1.2/installation.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/integration.html b/archive/v0.1.2/integration.html
index c3210e04..868fe7cb 100644
--- a/archive/v0.1.2/integration.html
+++ b/archive/v0.1.2/integration.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril-tests.js b/archive/v0.1.2/mithril-tests.js
index 9295ce35..b7269f65 100644
--- a/archive/v0.1.2/mithril-tests.js
+++ b/archive/v0.1.2/mithril-tests.js
@@ -460,6 +460,7 @@ mock.window = new function() {
getAttribute: function(name, value) {
return this[name]
},
+ style: {}
}
}
window.document.createTextNode = function(text) {
diff --git a/archive/v0.1.2/mithril.computation.html b/archive/v0.1.2/mithril.computation.html
index 3f0f2d22..b441a489 100644
--- a/archive/v0.1.2/mithril.computation.html
+++ b/archive/v0.1.2/mithril.computation.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.deferred.html b/archive/v0.1.2/mithril.deferred.html
index d95e28d7..77476b46 100644
--- a/archive/v0.1.2/mithril.deferred.html
+++ b/archive/v0.1.2/mithril.deferred.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.html b/archive/v0.1.2/mithril.html
index fb57fe9f..e8872455 100644
--- a/archive/v0.1.2/mithril.html
+++ b/archive/v0.1.2/mithril.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.min.zip b/archive/v0.1.2/mithril.min.zip
index 940bb1fb..59827293 100644
Binary files a/archive/v0.1.2/mithril.min.zip and b/archive/v0.1.2/mithril.min.zip differ
diff --git a/archive/v0.1.2/mithril.module.html b/archive/v0.1.2/mithril.module.html
index eb7d2f02..0b5bb362 100644
--- a/archive/v0.1.2/mithril.module.html
+++ b/archive/v0.1.2/mithril.module.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.prop.html b/archive/v0.1.2/mithril.prop.html
index d595e22b..eef4bedc 100644
--- a/archive/v0.1.2/mithril.prop.html
+++ b/archive/v0.1.2/mithril.prop.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.redraw.html b/archive/v0.1.2/mithril.redraw.html
index 35121e81..b80fbdc8 100644
--- a/archive/v0.1.2/mithril.redraw.html
+++ b/archive/v0.1.2/mithril.redraw.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.render.html b/archive/v0.1.2/mithril.render.html
index 20f71f0d..ded91848 100644
--- a/archive/v0.1.2/mithril.render.html
+++ b/archive/v0.1.2/mithril.render.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.request.html b/archive/v0.1.2/mithril.request.html
index 463a5c65..3cfe053b 100644
--- a/archive/v0.1.2/mithril.request.html
+++ b/archive/v0.1.2/mithril.request.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.route.html b/archive/v0.1.2/mithril.route.html
index 57e59fd9..09b8ec57 100644
--- a/archive/v0.1.2/mithril.route.html
+++ b/archive/v0.1.2/mithril.route.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.sync.html b/archive/v0.1.2/mithril.sync.html
index 0bc9e222..384488e1 100644
--- a/archive/v0.1.2/mithril.sync.html
+++ b/archive/v0.1.2/mithril.sync.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.trust.html b/archive/v0.1.2/mithril.trust.html
index 01a7a779..a9cd8ad7 100644
--- a/archive/v0.1.2/mithril.trust.html
+++ b/archive/v0.1.2/mithril.trust.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.withAttr.html b/archive/v0.1.2/mithril.withAttr.html
index 912092d5..f409581c 100644
--- a/archive/v0.1.2/mithril.withAttr.html
+++ b/archive/v0.1.2/mithril.withAttr.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/mithril.xhr.html b/archive/v0.1.2/mithril.xhr.html
index e13c5766..7e691660 100644
--- a/archive/v0.1.2/mithril.xhr.html
+++ b/archive/v0.1.2/mithril.xhr.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/practices.html b/archive/v0.1.2/practices.html
index c2be6dd7..3eccb669 100644
--- a/archive/v0.1.2/practices.html
+++ b/archive/v0.1.2/practices.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/refactoring.html b/archive/v0.1.2/refactoring.html
index 71eb63f4..ffa5f4aa 100644
--- a/archive/v0.1.2/refactoring.html
+++ b/archive/v0.1.2/refactoring.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/roadmap.html b/archive/v0.1.2/roadmap.html
index 2d12361e..00ae66cf 100644
--- a/archive/v0.1.2/roadmap.html
+++ b/archive/v0.1.2/roadmap.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/routing.html b/archive/v0.1.2/routing.html
index 92370cfd..40d1904e 100644
--- a/archive/v0.1.2/routing.html
+++ b/archive/v0.1.2/routing.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/tools.html b/archive/v0.1.2/tools.html
index 26faba39..f56681ee 100644
--- a/archive/v0.1.2/tools.html
+++ b/archive/v0.1.2/tools.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/archive/v0.1.2/web-services.html b/archive/v0.1.2/web-services.html
index e96860cc..aa1b0141 100644
--- a/archive/v0.1.2/web-services.html
+++ b/archive/v0.1.2/web-services.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/docs/community.md b/docs/community.md
new file mode 100644
index 00000000..095f0bed
--- /dev/null
+++ b/docs/community.md
@@ -0,0 +1,13 @@
+## Community
+
+### Mailing List
+
+Got questions about Mithril? Suggestions?
+
+Feel free to post on the [mailing list](https://groups.google.com/forum/#!forum/mithriljs)
+
+---
+
+### Bug Tracker
+
+You can file bugs in the [issues page on Github](https://github.com/lhorie/mithril.js/issues?state=open)
\ No newline at end of file
diff --git a/docs/layout/api.html b/docs/layout/api.html
index ed41d9d0..56f3c006 100644
--- a/docs/layout/api.html
+++ b/docs/layout/api.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/docs/layout/guide.html b/docs/layout/guide.html
index 8a28f3dd..99172e1c 100644
--- a/docs/layout/guide.html
+++ b/docs/layout/guide.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github
diff --git a/docs/layout/index.html b/docs/layout/index.html
index 22c49c0f..55ee6b42 100644
--- a/docs/layout/index.html
+++ b/docs/layout/index.html
@@ -12,6 +12,7 @@
○ Mithril
Guide
API
+ Community
Download
Github