mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Nokogiri documentation (1.9.0)
This commit is contained in:
parent
bf2f1d5c60
commit
b290b7debe
1 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,13 @@
|
|||
module Docs
|
||||
class Nokogiri2 < Rdoc
|
||||
# Instructions:
|
||||
# 1. Download the latest release at https://github.com/sparklemotion/nokogiri/releases
|
||||
# 2. Run "bundle install && bundle exec rake docs" (in the Nokogiri directory)
|
||||
# 4. Copy the "doc" directory to "docs/nokgiri"
|
||||
|
||||
self.name = 'Nokogiri'
|
||||
self.slug = 'nokogiri'
|
||||
self.release = '1.8.1'
|
||||
self.release = '1.9.0'
|
||||
|
||||
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
|
||||
|
||||
|
@ -10,8 +15,8 @@ module Docs
|
|||
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>
|
||||
© 2008–2018 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo,<br>
|
||||
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid, Lars Kanis<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue