Update Grunt documentation (1.0.1)

pull/384/head
Thibaut Courouble 9 years ago
parent 13755fbe64
commit 6532af1290

@ -206,9 +206,9 @@ credits = [
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [
'Grunt', 'Grunt',
'2014 Grunt Team', 'GruntJS Team',
'MIT', 'MIT',
'https://raw.githubusercontent.com/gruntjs/gruntjs.com/master/LICENSE' 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
], [ ], [
'Haskell', 'Haskell',
'The University of Glasgow', 'The University of Glasgow',

@ -2,7 +2,7 @@ module Docs
class Grunt < UrlScraper class Grunt < UrlScraper
self.name = 'Grunt' self.name = 'Grunt'
self.type = 'grunt' self.type = 'grunt'
self.release = '0.4.5' self.release = '1.0.1'
self.base_url = 'http://gruntjs.com/' self.base_url = 'http://gruntjs.com/'
self.root_path = 'getting-started' self.root_path = 'getting-started'
self.initial_paths = %w(api/grunt) self.initial_paths = %w(api/grunt)
@ -13,14 +13,17 @@ module Docs
configuring-tasks configuring-tasks
sample-gruntfile sample-gruntfile
creating-tasks creating-tasks
creating-plugins
using-the-cli using-the-cli
installing-grunt
project-scaffolding
) )
options[:only_patterns] = [/\Aapi\//] options[:only_patterns] = [/\Aapi\//, /\Aupgrading-/]
options[:container] = '.container > .row-fluid' options[:container] = '.container > .row-fluid'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2014 Grunt Team<br> &copy; GruntJS Team<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save