Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 106 KiB |
@ -1,30 +1,27 @@
|
|||||||
module Docs
|
module Docs
|
||||||
class Ansible < UrlScraper
|
class Ansible < UrlScraper
|
||||||
self.name = 'Ansible'
|
self.name = 'Ansible'
|
||||||
self.type = 'ansible'
|
self.type = 'sphinx'
|
||||||
self.release = '2.1.0'
|
self.release = '2.0.1'
|
||||||
self.base_url = 'http://docs.ansible.com/ansible/'
|
self.base_url = 'https://docs.ansible.com/ansible/'
|
||||||
self.root_path = 'intro.html'
|
|
||||||
self.links = {
|
self.links = {
|
||||||
home: 'http://docs.ansible.com',
|
home: 'https://www.ansible.com/',
|
||||||
code: 'https://github.com/ansible/ansible'
|
code: 'https://github.com/ansible/ansible'
|
||||||
}
|
}
|
||||||
|
|
||||||
html_filters.push 'ansible/clean_html', 'ansible/entries'
|
html_filters.push 'ansible/entries', 'ansible/clean_html', 'codeigniter/clean_html'
|
||||||
|
|
||||||
options[:title] = 'Ansible'
|
options[:skip] = %w(
|
||||||
options[:container] = '#page-content'
|
glossary.html
|
||||||
options[:skip] = [
|
faq.html
|
||||||
'glossary.html',
|
community.html
|
||||||
'faq.html',
|
tower.html
|
||||||
'community.html',
|
quickstart.html
|
||||||
'tower.html',
|
list_of_all_modules.html)
|
||||||
'quickstart.html'
|
|
||||||
]
|
|
||||||
|
|
||||||
options[:attribution] = <<-HTML
|
options[:attribution] = <<-HTML
|
||||||
© Michael DeHaan<br>
|
© 2012–2016 Michael DeHaan<br>
|
||||||
Licensed under the GNU General Public License v.3.
|
Licensed under the GNU General Public License version 3.
|
||||||
HTML
|
HTML
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 946 B After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1 @@
|
|||||||
|
https://www.ansible.com/logos
|