diff --git a/assets/stylesheets/pages/_knockout.scss b/assets/stylesheets/pages/_knockout.scss index d6bd68ec..eb21ad10 100644 --- a/assets/stylesheets/pages/_knockout.scss +++ b/assets/stylesheets/pages/_knockout.scss @@ -2,5 +2,5 @@ > h2 { @extend %block-heading; } > h3 { @extend %block-label, %label-blue; } p > code { @extend %label; } - .liveExample { @extend %note; } + .liveExample, blockquote { @extend %note; } } diff --git a/lib/docs/scrapers/knockout.rb b/lib/docs/scrapers/knockout.rb index cafa695d..17e664be 100644 --- a/lib/docs/scrapers/knockout.rb +++ b/lib/docs/scrapers/knockout.rb @@ -3,7 +3,7 @@ module Docs self.name = 'Knockout.js' self.slug = 'knockout' self.type = 'knockout' - self.version = '3.3.0' + self.version = '3.4.0' self.base_url = 'http://knockoutjs.com/documentation/' self.root_path = 'introduction.html' @@ -15,8 +15,12 @@ module Docs options[:only] = %w( json-data.html extenders.html + deferred-updates.html unobtrusive-event-handling.html - fn.html) + microtasks.html + asynchronous-error-handling.html + fn.html + amd-loading.html) options[:only_patterns] = [ /observable/i,