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.
2 parents 717e6ef + 79b584d commit 0ae771eCopy full SHA for 0ae771e
lib/docs/scrapers/fish.rb
@@ -12,11 +12,17 @@ class Fish < UrlScraper
12
13
options[:skip] = %w(design.html license.html)
14
15
+ # https://fishshell.com/docs/current/license.html
16
options[:attribution] = <<-HTML
17
© 2005–2009 Axel Liljencrantz<br>
18
Licensed under the GNU General Public License, version 2.
19
HTML
20
21
+ version '3.0' do
22
+ self.release = '3.0.1'
23
+ self.base_url = "https://fishshell.com/docs/#{version}/"
24
+ end
25
+
26
version '2.7' do
27
self.release = '2.7.1'
28
self.base_url = "https://fishshell.com/docs/#{version}/"
0 commit comments