Skip to content

Commit 0166105

Browse files
committed
Update Werkzeug documentation (3.0.x)
1 parent e4d03a3 commit 0166105

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/docs/scrapers/werkzeug.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ class Werkzeug < UrlScraper
1313
options[:skip] = %w(changes/)
1414

1515
options[:attribution] = <<-HTML
16-
&copy; 2007&ndash;2022 Pallets<br>
16+
&copy; 2007 Pallets<br>
1717
Licensed under the BSD 3-clause License.
1818
HTML
1919

20+
version '3.0' do
21+
self.release = '3.0.x'
22+
self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/"
23+
end
24+
2025
version '2.3' do
2126
self.release = '2.3.x'
2227
self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/"

0 commit comments

Comments
 (0)