We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52fd64 commit e99df24Copy full SHA for e99df24
lib/docs/scrapers/zig.rb
@@ -2,7 +2,7 @@ module Docs
2
class Zig < UrlScraper
3
self.name = 'Zig'
4
self.type = 'simple'
5
- self.release = '0.13.0'
+ self.release = '0.14.0'
6
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
7
self.links = {
8
home: 'https://ziglang.org/',
@@ -13,7 +13,7 @@ class Zig < UrlScraper
13
14
options[:follow_links] = false
15
options[:attribution] = <<-HTML
16
- © 2015–2024, Zig contributors<br>
+ © 2015–2025, Zig contributors<br>
17
Licensed under the MIT License.
18
HTML
19
0 commit comments