|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Webpack < UrlScraper
|
|
|
|
class Webpack < UrlScraper
|
|
|
|
self.name = 'webpack'
|
|
|
|
self.name = 'webpack'
|
|
|
|
self.type = 'webpack'
|
|
|
|
self.type = 'webpack'
|
|
|
|
self.release = '1.12'
|
|
|
|
self.release = '1.13'
|
|
|
|
self.base_url = 'https://webpack.github.io/docs/'
|
|
|
|
self.base_url = 'https://webpack.github.io/docs/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://webpack.github.io/',
|
|
|
|
home: 'https://webpack.github.io/',
|
|
|
@ -17,7 +17,7 @@ module Docs
|
|
|
|
options[:skip] = %w(list-of-tutorials.html examples.html changelog.html ideas.html roadmap.html)
|
|
|
|
options[:skip] = %w(list-of-tutorials.html examples.html changelog.html ideas.html roadmap.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2012–2015 Tobias Koppers<br>
|
|
|
|
© 2012–2016 Tobias Koppers<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|