mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Fish documentation (3.6.0)
This commit is contained in:
parent
1554c00ab4
commit
da5430aaff
1 changed files with 9 additions and 1 deletions
|
@ -12,10 +12,18 @@ module Docs
|
|||
|
||||
# https://fishshell.com/docs/current/license.html
|
||||
options[:attribution] = <<-HTML
|
||||
© 2022 fish-shell developers<br>
|
||||
© 2005-2009 Axel Liljencrantz, 2009-2023 fish-shell contributors<br>
|
||||
Licensed under the GNU General Public License, version 2.
|
||||
HTML
|
||||
|
||||
version '3.6' do
|
||||
self.release = '3.6.0'
|
||||
self.base_url = "https://fishshell.com/docs/#{version}/"
|
||||
|
||||
options[:skip].concat %w(genindex.html relnotes.html)
|
||||
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
|
||||
end
|
||||
|
||||
version '3.5' do
|
||||
self.release = '3.5.0'
|
||||
self.base_url = "https://fishshell.com/docs/#{version}/"
|
||||
|
|
Loading…
Reference in a new issue