diff --git a/documentation/index.html.erb b/documentation/index.html.erb
index f6961e9c..b7fad1dd 100644
--- a/documentation/index.html.erb
+++ b/documentation/index.html.erb
@@ -70,10 +70,11 @@
Switch/When/Else
Try/Catch/Finally
Multiline Strings
+ Resources
Contributing
Change Log
-
+
Mini Overview
CoffeeScript on the left, compiled JavaScript output on the right.
@@ -418,6 +419,13 @@ coffee --print app/scripts/*.coffee > concatenation.js
Multiline strings are allowed in CoffeeScript.
<%= code_for('strings', 'moby_dick') %>
+
+ Resources
+
+
+ Source Code
+ Bugs and Feature Requests
+
Contributing
@@ -433,7 +441,8 @@ coffee --print app/scripts/*.coffee > concatenation.js
Ideas for alternate syntax to end blocks of expressions — the periods
- can look a little weird with deeply nested structure.
+ can look a little weird with deeply nested structure. (There's now a
+ 'whitespace' branch — help add significant whitespace over there.)
Test cases for any syntax errors you encounter that you think CoffeeScript
diff --git a/index.html b/index.html
index dea5b729..218452c1 100644
--- a/index.html
+++ b/index.html
@@ -56,10 +56,11 @@
Switch/When/Else
Try/Catch/Finally
Multiline Strings
+ Resources
Contributing
Change Log
-
+
Mini Overview
CoffeeScript on the left, compiled JavaScript output on the right.
@@ -846,6 +847,13 @@ to interest me on shore, I thought I would sail \
about a little and see the watery part of the \
world...";
;alert(moby_dick);'>run: moby_dick
+
+ Resources
+
+
+ Source Code
+ Bugs and Feature Requests
+
Contributing
@@ -861,7 +869,8 @@ world...";
Ideas for alternate syntax to end blocks of expressions — the periods
- can look a little weird with deeply nested structure.
+ can look a little weird with deeply nested structure. (There's now a
+ 'whitespace' branch — help add significant whitespace over there.)
Test cases for any syntax errors you encounter that you think CoffeeScript