Parcourir la source

Update Grunt documentation

Phil Scherer il y a 5 ans
Parent
commit
1b7f9b141c
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      lib/docs/scrapers/grunt.rb

+ 5 - 1
lib/docs/scrapers/grunt.rb

@@ -2,10 +2,14 @@ module Docs
   class Grunt < UrlScraper
     self.name = 'Grunt'
     self.type = 'simple'
-    self.release = '1.0.1'
+    self.release = '1.3.0'
     self.base_url = 'https://gruntjs.com/'
     self.root_path = 'getting-started'
     self.initial_paths = %w(api/grunt)
+    self.links = {
+      home: 'https://gruntjs.com/',
+      code: 'https://github.com/gruntjs/grunt'
+    }
 
     html_filters.push 'grunt/clean_html', 'grunt/entries'