File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 ] = [ /\A api\/ / ]
21+ options [ :only_patterns ] = [ /\A api\/ / , / \A upgrading-/ ]
1922
2023 options [ :container ] = '.container > .row-fluid'
2124
2225 options [ :attribution ] = <<-HTML
23- © 2014 Grunt Team< br >
26+ © GruntJS Team< br >
2427 Licensed under the MIT License.
2528 HTML
2629 end
You can’t perform that action at this time.
0 commit comments