Update JavaScript documentation

renovate/image_optim_pack-0.x-lockfile
Simon Legner 1 week ago
parent 3f269cec08
commit cb3bb1d76e

@ -42,7 +42,7 @@ module Docs
def fix_url(url)
if context[:redirections]
url = URL.parse(url)
path = url.path.downcase
path = url.path ? url.path.downcase : nil
if context[:redirections].key?(path)
url.path = context[:redirections][path]

@ -3,7 +3,7 @@ module Docs
prepend FixInternalUrlsBehavior
prepend FixRedirectionsBehavior
# release = '2024-11-18'
# release = '2025-01-30'
self.name = 'JavaScript'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference'
self.links = {

Loading…
Cancel
Save