Skip to content

Commit 6532af1

Browse files
committed
Update Grunt documentation (1.0.1)
1 parent 13755fb commit 6532af1

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ credits = [
206206
'https://creativecommons.org/licenses/by/3.0/'
207207
], [
208208
'Grunt',
209-
'2014 Grunt Team',
209+
'GruntJS Team',
210210
'MIT',
211-
'https://raw.githubusercontent.com/gruntjs/gruntjs.com/master/LICENSE'
211+
'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
212212
], [
213213
'Haskell',
214214
'The University of Glasgow',

lib/docs/scrapers/grunt.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Grunt < UrlScraper
33
self.name = 'Grunt'
44
self.type = 'grunt'
5-
self.release = '0.4.5'
5+
self.release = '1.0.1'
66
self.base_url = 'http://gruntjs.com/'
77
self.root_path = 'getting-started'
88
self.initial_paths = %w(api/grunt)
@@ -13,14 +13,17 @@ class Grunt < UrlScraper
1313
configuring-tasks
1414
sample-gruntfile
1515
creating-tasks
16+
creating-plugins
1617
using-the-cli
18+
installing-grunt
19+
project-scaffolding
1720
)
18-
options[:only_patterns] = [/\Aapi\//]
21+
options[:only_patterns] = [/\Aapi\//, /\Aupgrading-/]
1922

2023
options[:container] = '.container > .row-fluid'
2124

2225
options[:attribution] = <<-HTML
23-
&copy; 2014 Grunt Team<br>
26+
&copy; GruntJS Team<br>
2427
Licensed under the MIT License.
2528
HTML
2629
end

0 commit comments

Comments
 (0)