mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
528 B
19 lines
528 B
module Docs
|
|
class Nokogiri2 < Rdoc
|
|
self.name = 'Nokogiri'
|
|
self.slug = 'nokogiri'
|
|
self.release = '1.8.1'
|
|
|
|
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
|
|
|
|
options[:root_title] = 'Nokogiri'
|
|
options[:only_patterns] = [/\ANokogiri/, /\AXSD/]
|
|
|
|
options[:attribution] = <<-HTML
|
|
© 2008–2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo<br>
|
|
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid<br>
|
|
Licensed under the MIT License.
|
|
HTML
|
|
end
|
|
end
|