From 0ef8c8beb6f3f20296c3058302abcaaafb45c010 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 22 Mar 2014 15:53:44 -0400 Subject: [PATCH] add documentation for cdn and bower --- Gruntfile.js | 1 + archive/v0.1.1/auto-redrawing.html | 1 + archive/v0.1.1/comparison.html | 7 +- archive/v0.1.1/compiling-templates.html | 1 + archive/v0.1.1/components.html | 1 + archive/v0.1.1/getting-started.html | 11 +-- archive/v0.1.1/installation.html | 85 ++++++++++++++++++++++++ archive/v0.1.1/integration.html | 1 + archive/v0.1.1/mithril.min.zip | Bin 20069 -> 20069 bytes archive/v0.1.1/mithril.module.html | 8 +-- archive/v0.1.1/mithril.route.html | 2 +- archive/v0.1.1/practices.html | 1 + archive/v0.1.1/refactoring.html | 1 + archive/v0.1.1/routing.html | 1 + archive/v0.1.1/tools.html | 1 + archive/v0.1.1/web-services.html | 1 + docs/getting-started.md | 2 +- docs/installation.md | 61 +++++++++++++++++ docs/layout/guide.html | 1 + 19 files changed, 173 insertions(+), 14 deletions(-) create mode 100644 archive/v0.1.1/installation.html create mode 100644 docs/installation.md diff --git a/Gruntfile.js b/Gruntfile.js index a6e2e462..e28e2d85 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,6 +14,7 @@ module.exports = function(grunt) { "comparison", "components", "getting-started", + "installation", "integration", "practices", "refactoring", diff --git a/archive/v0.1.1/auto-redrawing.html b/archive/v0.1.1/auto-redrawing.html index aca429c0..e740767f 100644 --- a/archive/v0.1.1/auto-redrawing.html +++ b/archive/v0.1.1/auto-redrawing.html @@ -23,6 +23,7 @@

Core Topics