mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update Ember.js documentation (2.3.0)
This commit is contained in:
parent
68fcf9b00e
commit
d6aa0d8114
2 changed files with 3 additions and 3 deletions
|
@ -146,7 +146,7 @@ credits = [
|
|||
'https://api.drupal.org/api/drupal/LICENSE.txt'
|
||||
], [
|
||||
'Ember.js',
|
||||
'2015 Yehuda Katz, Tom Dale and Ember.js contributors',
|
||||
'2016 Yehuda Katz, Tom Dale and Ember.js contributors',
|
||||
'MIT',
|
||||
'https://raw.github.com/emberjs/ember.js/master/LICENSE'
|
||||
], [
|
||||
|
|
|
@ -3,7 +3,7 @@ module Docs
|
|||
self.name = 'Ember.js'
|
||||
self.slug = 'ember'
|
||||
self.type = 'ember'
|
||||
self.release = '2.2.0'
|
||||
self.release = '2.3.0'
|
||||
self.base_url = 'http://emberjs.com/api/'
|
||||
self.links = {
|
||||
home: 'http://emberjs.com/',
|
||||
|
@ -25,7 +25,7 @@ module Docs
|
|||
options[:skip_patterns] = [/\._/]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2015 Yehuda Katz, Tom Dale and Ember.js contributors<br>
|
||||
© 2016 Yehuda Katz, Tom Dale and Ember.js contributors<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue