From cae64232af74fc1490979f00abd5b782b466c7be Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Fri, 1 Sep 2017 21:25:47 -0700 Subject: [PATCH 1/5] Upgrade docs to Bootstrap 4 beta, including refactoring styles; upgrade docs jQuery and CodeMirror --- documentation/examples/chaining.coffee | 2 +- documentation/sections/overview.md | 2 +- documentation/v2/body.html | 4 +- documentation/v2/code.html | 2 +- documentation/v2/docs.coffee | 21 +- documentation/v2/docs.css | 138 +++++-------- documentation/v2/navbar.html | 26 ++- documentation/v2/scripts.html | 8 +- documentation/v2/sidebar.html | 274 +++++++------------------ documentation/v2/styles.html | 2 +- documentation/v2/try.html | 2 +- 11 files changed, 157 insertions(+), 324 deletions(-) diff --git a/documentation/examples/chaining.coffee b/documentation/examples/chaining.coffee index 25c7eb2e79..463830e116 100644 --- a/documentation/examples/chaining.coffee +++ b/documentation/examples/chaining.coffee @@ -2,5 +2,5 @@ $ 'body' .click (e) -> $ '.box' .fadeIn 'fast' - .addClass '.active' + .addClass 'show' .css 'background', 'white' diff --git a/documentation/sections/overview.md b/documentation/sections/overview.md index a40f52fa11..8d7119905b 100644 --- a/documentation/sections/overview.md +++ b/documentation/sections/overview.md @@ -1,6 +1,6 @@ ## Overview -_CoffeeScript on the topleft, compiled JavaScript output on the bottomright. The CoffeeScript is editable!_ +_CoffeeScript on the topleft, compiled JavaScript output on the bottomright. The CoffeeScript is editable!_ ``` codeFor('overview', 'cubes', false) diff --git a/documentation/v2/body.html b/documentation/v2/body.html index a4f23742a6..570261a7eb 100644 --- a/documentation/v2/body.html +++ b/documentation/v2/body.html @@ -7,9 +7,9 @@ -
+
-