Update Sinon.js documenttation 1.14.0

pull/185/head
Thibaut 10 years ago
parent dc6e239a50
commit 720f34e96c

@ -66,7 +66,6 @@
'pages/requirejs',
'pages/rethinkdb',
'pages/rfc',
'pages/sinon',
'pages/socketio',
'pages/sphinx',
'pages/underscore',

@ -66,7 +66,6 @@
'pages/requirejs',
'pages/rethinkdb',
'pages/rfc',
'pages/sinon',
'pages/socketio',
'pages/sphinx',
'pages/underscore',

@ -18,4 +18,7 @@
code { @extend %label; }
}
._lodash { @extend %simple; }
._lodash,
._sinon {
@extend %simple;
}

@ -1,12 +0,0 @@
._sinon {
padding-left: 1rem;
> h1, > h2, > h3 {
position: relative;
left: -1rem;
}
> h2 { @extend %block-heading; }
> h3 { @extend %block-label, %label-blue; }
dt > code { @extend %label; }
}

@ -2,8 +2,12 @@ module Docs
class Sinon < UrlScraper
self.name = 'Sinon'
self.type = 'sinon'
self.version = '1.13.0'
self.version = '1.14.0'
self.base_url = 'http://sinonjs.org/docs/'
self.links = {
home: 'http://sinonjs.org/',
code: 'https://github.com/cjohansen/Sinon.JS'
}
html_filters.push 'sinon/clean_html', 'sinon/entries', 'title'

Loading…
Cancel
Save