Skip to content

Commit 24abe4c

Browse files
committed
Finish Handlebars.js scraper
1 parent 8b9c62d commit 24abe4c

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

assets/images/docs-2.png

252 Bytes
Loading

assets/images/[email protected]

469 Bytes
Loading

assets/javascripts/news.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
[
33
"2018-09-23",
4-
"New documentation: <a href=\"/puppeteer/\">Puppeteer</a>"
4+
"New documentations: <a href=\"/puppeteer/\">Puppeteer</a> and <a href=\"/handlebars/\">Handlebars.js</a>"
55
], [
66
"2018-08-12",
77
"New documentations: <a href=\"/dart/\">Dart</a> and <a href=\"/qt/\">Qt</a>"

assets/stylesheets/global/_icons.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@
179179
._icon-dart:before { background-position: -7rem -3rem; @extend %doc-icon-2; }
180180
._icon-qt:before { background-position: -8rem -3rem; @extend %doc-icon-2; }
181181
._icon-puppeteer:before { background-position: -9rem -3rem; @extend %doc-icon-2; }
182+
._icon-handlebars:before { background-position: 0 -4rem; @extend %doc-icon-2; @extend %darkIconFix !optional; }

assets/stylesheets/pages/_simple.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
._flow,
2828
._gnu,
2929
._grunt,
30-
._handlebars,
3130
._haxe,
3231
._immutable,
3332
._influxdata,

lib/docs/scrapers/handlebars.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Docs
22
class Handlebars < UrlScraper
33
self.name = 'Handlebars.js'
44
self.slug = 'handlebars'
5-
self.type = 'handlebars'
6-
self.release = '4.0.11'
5+
self.type = 'simple'
6+
self.release = '4.0.12'
77
self.base_url = 'https://handlebarsjs.com/'
88
self.links = {
99
home: 'https://handlebarsjs.com/',
@@ -16,7 +16,7 @@ class Handlebars < UrlScraper
1616
options[:root_title] = 'Handlebars.js'
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2011-2017 by Yehuda Katz<br>
19+
&copy; 2011&ndash;2017 by Yehuda Katz<br>
2020
Licensed under the MIT License.
2121
HTML
2222
end

public/icons/docs-2.pxm

33.3 KB
Binary file not shown.

public/icons/[email protected]

34.4 KB
Binary file not shown.

public/icons/docs/handlebars/16.png

-826 Bytes
Loading
-3.6 KB
Loading

0 commit comments

Comments
 (0)