mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update CoffeeScript documentation (2.7.0)
This commit is contained in:
parent
4e0fbb7f89
commit
3ba3a28d89
2 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
|
||||
], [
|
||||
'CoffeeScript',
|
||||
'2009-2021 Jeremy Ashkenas',
|
||||
'2009-2022 Jeremy Ashkenas',
|
||||
'MIT',
|
||||
'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE'
|
||||
], [
|
||||
|
|
|
@ -11,12 +11,12 @@ module Docs
|
|||
options[:skip_links] = true
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2021 Jeremy Ashkenas<br>
|
||||
© 2009–2022 Jeremy Ashkenas<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
|
||||
version '2' do
|
||||
self.release = '2.6.1'
|
||||
self.release = '2.7.0'
|
||||
self.base_url = 'https://coffeescript.org/'
|
||||
|
||||
html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title'
|
||||
|
|
Loading…
Reference in a new issue