Finish Handlebars.js scraper

pull/871/merge
Thibaut Courouble 6 years ago
parent 8b9c62d791
commit 24abe4c9d9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 48 KiB

@ -1,7 +1,7 @@
[ [
[ [
"2018-09-23", "2018-09-23",
"New documentation: <a href=\"/puppeteer/\">Puppeteer</a>" "New documentations: <a href=\"/puppeteer/\">Puppeteer</a> and <a href=\"/handlebars/\">Handlebars.js</a>"
], [ ], [
"2018-08-12", "2018-08-12",
"New documentations: <a href=\"/dart/\">Dart</a> and <a href=\"/qt/\">Qt</a>" "New documentations: <a href=\"/dart/\">Dart</a> and <a href=\"/qt/\">Qt</a>"

@ -179,3 +179,4 @@
._icon-dart:before { background-position: -7rem -3rem; @extend %doc-icon-2; } ._icon-dart:before { background-position: -7rem -3rem; @extend %doc-icon-2; }
._icon-qt:before { background-position: -8rem -3rem; @extend %doc-icon-2; } ._icon-qt:before { background-position: -8rem -3rem; @extend %doc-icon-2; }
._icon-puppeteer:before { background-position: -9rem -3rem; @extend %doc-icon-2; } ._icon-puppeteer:before { background-position: -9rem -3rem; @extend %doc-icon-2; }
._icon-handlebars:before { background-position: 0 -4rem; @extend %doc-icon-2; @extend %darkIconFix !optional; }

@ -27,7 +27,6 @@
._flow, ._flow,
._gnu, ._gnu,
._grunt, ._grunt,
._handlebars,
._haxe, ._haxe,
._immutable, ._immutable,
._influxdata, ._influxdata,

@ -2,8 +2,8 @@ module Docs
class Handlebars < UrlScraper class Handlebars < UrlScraper
self.name = 'Handlebars.js' self.name = 'Handlebars.js'
self.slug = 'handlebars' self.slug = 'handlebars'
self.type = 'handlebars' self.type = 'simple'
self.release = '4.0.11' self.release = '4.0.12'
self.base_url = 'https://handlebarsjs.com/' self.base_url = 'https://handlebarsjs.com/'
self.links = { self.links = {
home: 'https://handlebarsjs.com/', home: 'https://handlebarsjs.com/',
@ -16,7 +16,7 @@ module Docs
options[:root_title] = 'Handlebars.js' options[:root_title] = 'Handlebars.js'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2011-2017 by Yehuda Katz<br> &copy; 2011&ndash;2017 by Yehuda Katz<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 534 B

Loading…
Cancel
Save