mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Ansible documentation (2.1.0)
This commit is contained in:
parent
7acf4eb8b1
commit
68b89d1732
2 changed files with 3 additions and 2 deletions
|
@ -92,7 +92,7 @@ credits = [
|
||||||
'https://creativecommons.org/licenses/by/4.0/'
|
'https://creativecommons.org/licenses/by/4.0/'
|
||||||
], [
|
], [
|
||||||
'Ansible',
|
'Ansible',
|
||||||
'2012-2016 Michael DeHaan',
|
'2012-2016 Michael DeHaan<br>© 2016 Red Hat, Inc.',
|
||||||
'GPLv3',
|
'GPLv3',
|
||||||
'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
|
'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
|
||||||
], [
|
], [
|
||||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
||||||
class Ansible < UrlScraper
|
class Ansible < UrlScraper
|
||||||
self.name = 'Ansible'
|
self.name = 'Ansible'
|
||||||
self.type = 'sphinx'
|
self.type = 'sphinx'
|
||||||
self.release = '2.0.1'
|
self.release = '2.1.0'
|
||||||
self.base_url = 'https://docs.ansible.com/ansible/'
|
self.base_url = 'https://docs.ansible.com/ansible/'
|
||||||
self.links = {
|
self.links = {
|
||||||
home: 'https://www.ansible.com/',
|
home: 'https://www.ansible.com/',
|
||||||
|
@ -21,6 +21,7 @@ module Docs
|
||||||
|
|
||||||
options[:attribution] = <<-HTML
|
options[:attribution] = <<-HTML
|
||||||
© 2012–2016 Michael DeHaan<br>
|
© 2012–2016 Michael DeHaan<br>
|
||||||
|
© 2016 Red Hat, Inc.<br>
|
||||||
Licensed under the GNU General Public License version 3.
|
Licensed under the GNU General Public License version 3.
|
||||||
HTML
|
HTML
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue