Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
._sinon {
|
||||||
|
@extend %simple;
|
||||||
|
|
||||||
|
h4 { @extend %block-label;}
|
||||||
|
}
|
@ -1,23 +1,31 @@
|
|||||||
module Docs
|
module Docs
|
||||||
class Sinon < UrlScraper
|
class Sinon < UrlScraper
|
||||||
self.name = 'Sinon'
|
self.name = 'Sinon.JS'
|
||||||
|
self.slug = 'sinon'
|
||||||
self.type = 'sinon'
|
self.type = 'sinon'
|
||||||
self.release = '1.17.5'
|
|
||||||
self.base_url = 'http://sinonjs.org/docs/'
|
|
||||||
self.links = {
|
self.links = {
|
||||||
home: 'http://sinonjs.org/',
|
home: 'http://sinonjs.org/',
|
||||||
code: 'https://github.com/cjohansen/Sinon.JS'
|
code: 'https://github.com/sinonjs/sinon'
|
||||||
}
|
}
|
||||||
|
|
||||||
html_filters.push 'sinon/clean_html', 'sinon/entries', 'title'
|
html_filters.push 'sinon/clean_html', 'sinon/entries'
|
||||||
|
|
||||||
options[:title] = 'Sinon.JS'
|
options[:title] = 'Sinon.JS'
|
||||||
options[:container] = '.docs'
|
options[:container] = '.content .container'
|
||||||
options[:skip_links] = true
|
|
||||||
|
|
||||||
options[:attribution] = <<-HTML
|
options[:attribution] = <<-HTML
|
||||||
© 2010–2016 Christian Johansen<br>
|
© 2010–2017 Christian Johansen<br>
|
||||||
Licensed under the BSD License.
|
Licensed under the BSD License.
|
||||||
HTML
|
HTML
|
||||||
|
|
||||||
|
version '2' do
|
||||||
|
self.release = '2.1.0'
|
||||||
|
self.base_url = "http://sinonjs.org/releases/v#{release}/"
|
||||||
|
end
|
||||||
|
|
||||||
|
version '1' do
|
||||||
|
self.release = '1.17.7'
|
||||||
|
self.base_url = "http://sinonjs.org/releases/v#{release}/"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 1.7 KiB |
@ -1 +1 @@
|
|||||||
https://github.com/Kapeli/Dash-X-Platform-Resources/blob/master/docset_icons/sinon%402x.png
|
https://github.com/sinonjs/sinon/blob/master/docs/assets/images/logo.png
|
||||||
|