Update Knockout documentation (3.4.0)

pull/292/merge
Thibaut 9 years ago
parent 58b443c3a8
commit 6af19cb1d3

@ -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; }
}

@ -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,

Loading…
Cancel
Save