Skip to content

Commit 6700c5e

Browse files
committed
Update Fish documentation (2.7.1)
1 parent c97453a commit 6700c5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docs/scrapers/fish.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ class Fish < UrlScraper
1717
Licensed under the GNU General Public License, version 2.
1818
HTML
1919

20+
version '2.7' do
21+
self.release = '2.7.1'
22+
self.base_url = "https://fishshell.com/docs/#{version}/"
23+
end
24+
2025
version '2.6' do
2126
self.release = '2.6.0'
2227
self.base_url = "https://fishshell.com/docs/#{version}/"

0 commit comments

Comments
 (0)