From 659f1b3c4c11fe1af11c31ee7d08b19f98137a54 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sat, 16 Sep 2017 09:32:48 -0700 Subject: [PATCH] Update transpilation docs (#4700) --- docs/v2/index.html | 41 ++++++++++++------- documentation/sections/coffeescript_2.md | 12 ------ documentation/sections/compatibility.md | 6 +-- documentation/sections/transpilation.md | 25 ++++++----- .../sections/whats_new_in_coffeescript_2.md | 5 +++ documentation/sections/why_coffeescript.md | 5 +++ documentation/v2/body.html | 12 ++++-- documentation/v2/sidebar.html | 6 ++- lib/coffeescript/command.js | 4 +- src/command.coffee | 4 +- 10 files changed, 73 insertions(+), 47 deletions(-) create mode 100644 documentation/sections/whats_new_in_coffeescript_2.md create mode 100644 documentation/sections/why_coffeescript.md diff --git a/docs/v2/index.html b/docs/v2/index.html index 3df4ca49..a6a0778e 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -527,7 +527,11 @@ div.CodeMirror-cursor { Try CoffeeScript Overview CoffeeScript 2 - Compatibility + Installation Usage