|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Flow < React
|
|
|
|
class Flow < React
|
|
|
|
self.type = 'react'
|
|
|
|
self.type = 'react'
|
|
|
|
self.release = '0.20'
|
|
|
|
self.release = '0.22'
|
|
|
|
self.base_url = 'http://flowtype.org/docs/'
|
|
|
|
self.base_url = 'http://flowtype.org/docs/'
|
|
|
|
self.root_path = 'about-flow.html'
|
|
|
|
self.root_path = 'about-flow.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -15,7 +15,7 @@ module Docs
|
|
|
|
options[:skip] = %w(coming-soon.html)
|
|
|
|
options[:skip] = %w(coming-soon.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2013–2015 Facebook Inc.<br>
|
|
|
|
© 2013–2016 Facebook Inc.<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|