Merge pull request #2256 from katrinleinweber/update-zig-to-0.12

Update Zig documentation (0.12.0)
pull/2263/head
Simon Legner 7 months ago committed by GitHub
commit 201e158a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.11.0' self.release = '0.13.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,7 @@ module Docs
options[:follow_links] = false options[:follow_links] = false
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 20152023, Zig contributors<br> &copy; 20152024, Zig contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save