From 1b7f9b141c651242f8035b9b610edd1d286027e1 Mon Sep 17 00:00:00 2001 From: Phil Scherer Date: Tue, 24 Nov 2020 20:15:09 +0000 Subject: [PATCH] Update Grunt documentation --- lib/docs/scrapers/grunt.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/grunt.rb b/lib/docs/scrapers/grunt.rb index 469d10a0..5b0673a1 100644 --- a/lib/docs/scrapers/grunt.rb +++ b/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'