[devdocsgjs/main: 753/1867] fish: add version 3.0
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 753/1867] fish: add version 3.0
- Date: Fri, 19 Nov 2021 23:47:27 +0000 (UTC)
commit 79b584dc14d28b02ff147aba3a466117457a34ec
Author: Simon Legner <Simon Legner gmail com>
Date: Wed Aug 7 15:53:00 2019 +0200
fish: add version 3.0
lib/docs/scrapers/fish.rb | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/lib/docs/scrapers/fish.rb b/lib/docs/scrapers/fish.rb
index c9a98802..3dac427f 100644
--- a/lib/docs/scrapers/fish.rb
+++ b/lib/docs/scrapers/fish.rb
@@ -12,11 +12,17 @@ module Docs
options[:skip] = %w(design.html license.html)
+ # https://fishshell.com/docs/current/license.html
options[:attribution] = <<-HTML
© 2005–2009 Axel Liljencrantz<br>
Licensed under the GNU General Public License, version 2.
HTML
+ version '3.0' do
+ self.release = '3.0.1'
+ self.base_url = "https://fishshell.com/docs/#{version}/"
+ end
+
version '2.7' do
self.release = '2.7.1'
self.base_url = "https://fishshell.com/docs/#{version}/"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]