Update Zig documentation (0.11.0)

pull/2080/head
Simon Legner 1 year ago
parent 43b664a068
commit 17d492b485

@ -2,7 +2,7 @@ module Docs
class Zig < UrlScraper class Zig < UrlScraper
self.name = 'Zig' self.name = 'Zig'
self.type = 'simple' self.type = 'simple'
self.release = '0.10.0' self.release = '0.11.0'
self.base_url = "https://ziglang.org/documentation/#{self.release}/" self.base_url = "https://ziglang.org/documentation/#{self.release}/"
self.links = { self.links = {
home: 'https://ziglang.org/', home: 'https://ziglang.org/',
@ -13,7 +13,8 @@ module Docs
options[:follow_links] = false options[:follow_links] = false
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 20152022, Zig contributors &copy; 20152023, Zig contributors<br>
Licensed under the MIT License.
HTML HTML
def get_latest_version(opts) def get_latest_version(opts)

Loading…
Cancel
Save