Update Zig documentation (0.12.0)

pull/2256/head
Katrin Leinweber 8 months ago
parent 7afd610d31
commit 4742412653

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

Loading…
Cancel
Save