Update JavaScript documentation

pull/1740/head
Simon Legner 3 years ago
parent be65d0a4f5
commit 16d3372296

@ -209,7 +209,7 @@ credits = [
'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
], [
'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
'2005-2021 MDN contributors',
'2005-2022 MDN contributors',
'CC BY-SA',
'https://creativecommons.org/licenses/by-sa/2.5/'
], [

@ -3,7 +3,7 @@ module Docs
prepend FixInternalUrlsBehavior
prepend FixRedirectionsBehavior
# release = '2022-01-09'
# release = '2022-04-28'
self.name = 'JavaScript'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference'

@ -13,7 +13,7 @@ module Docs
}
options[:attribution] = <<-HTML
&copy; 2005&ndash;2021 MDN contributors.<br>
&copy; 2005&ndash;2022 MDN contributors.<br>
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
HTML

Loading…
Cancel
Save