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
|
||||
class Ansible < UrlScraper
|
||||
self.name = 'Ansible'
|
||||
self.type = 'ansible'
|
||||
self.release = '2.1.0'
|
||||
self.base_url = 'http://docs.ansible.com/ansible/'
|
||||
self.root_path = 'intro.html'
|
||||
self.type = 'sphinx'
|
||||
self.release = '2.0.1'
|
||||
self.base_url = 'https://docs.ansible.com/ansible/'
|
||||
self.links = {
|
||||
home: 'http://docs.ansible.com',
|
||||
home: 'https://www.ansible.com/',
|
||||
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[:container] = '#page-content'
|
||||
options[:skip] = [
|
||||
'glossary.html',
|
||||
'faq.html',
|
||||
'community.html',
|
||||
'tower.html',
|
||||
'quickstart.html'
|
||||
]
|
||||
options[:skip] = %w(
|
||||
glossary.html
|
||||
faq.html
|
||||
community.html
|
||||
tower.html
|
||||
quickstart.html
|
||||
list_of_all_modules.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© Michael DeHaan<br>
|
||||
Licensed under the GNU General Public License v.3.
|
||||
© 2012–2016 Michael DeHaan<br>
|
||||
Licensed under the GNU General Public License version 3.
|
||||
HTML
|
||||
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
|