|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Deno < UrlScraper
|
|
|
|
class Deno < UrlScraper
|
|
|
|
self.name = 'Deno'
|
|
|
|
self.name = 'Deno'
|
|
|
|
self.type = 'simple'
|
|
|
|
self.type = 'simple'
|
|
|
|
self.release = '1.18.0'
|
|
|
|
self.release = '1.19.0'
|
|
|
|
self.base_url = 'https://doc.deno.land/deno/stable/'
|
|
|
|
self.base_url = 'https://doc.deno.land/deno/stable/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://deno.land/',
|
|
|
|
home: 'https://deno.land/',
|
|
|
@ -13,7 +13,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/denoland/manual/blob/main/LICENSE
|
|
|
|
# https://github.com/denoland/manual/blob/main/LICENSE
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2018–2021 the Deno authors
|
|
|
|
© 2018–2022 the Deno authors
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
def get_latest_version(opts)
|
|
|
|
def get_latest_version(opts)
|
|
|
|