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/'
], [
'Grunt',
'2014 Grunt Team',
'GruntJS Team',
'MIT',
'https://raw.githubusercontent.com/gruntjs/gruntjs.com/master/LICENSE'
'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
], [
'Haskell',
'The University of Glasgow',

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

Loading…
Cancel
Save