|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
self.name = 'Knockout.js'
|
|
|
|
self.name = 'Knockout.js'
|
|
|
|
self.slug = 'knockout'
|
|
|
|
self.slug = 'knockout'
|
|
|
|
self.type = 'knockout'
|
|
|
|
self.type = 'knockout'
|
|
|
|
self.version = '3.3.0'
|
|
|
|
self.version = '3.4.0'
|
|
|
|
self.base_url = 'http://knockoutjs.com/documentation/'
|
|
|
|
self.base_url = 'http://knockoutjs.com/documentation/'
|
|
|
|
self.root_path = 'introduction.html'
|
|
|
|
self.root_path = 'introduction.html'
|
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,12 @@ module Docs
|
|
|
|
options[:only] = %w(
|
|
|
|
options[:only] = %w(
|
|
|
|
json-data.html
|
|
|
|
json-data.html
|
|
|
|
extenders.html
|
|
|
|
extenders.html
|
|
|
|
|
|
|
|
deferred-updates.html
|
|
|
|
unobtrusive-event-handling.html
|
|
|
|
unobtrusive-event-handling.html
|
|
|
|
fn.html)
|
|
|
|
microtasks.html
|
|
|
|
|
|
|
|
asynchronous-error-handling.html
|
|
|
|
|
|
|
|
fn.html
|
|
|
|
|
|
|
|
amd-loading.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:only_patterns] = [
|
|
|
|
options[:only_patterns] = [
|
|
|
|
/observable/i,
|
|
|
|
/observable/i,
|
|
|
|